Skip to content

Commit

Permalink
chore: Updated documentation (#26)
Browse files Browse the repository at this point in the history
* chore: Direct users to StackOverflow for questions
* fix: typo in package.json
  • Loading branch information
Robert-W committed Apr 2, 2019
1 parent e418a04 commit 7e682cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn nodemon
3. View `http://localhost:3000/3_0_1/$graphiql` to explore the available queries and mutations in the graphiql interface. The standard graphql endpoint is available at `http://localhost:3000/3_0_1/$graphql`.

## What's next
See our [Frequently Asked Questions](#frequently-asked-questions) for explanations on how to configure the server, connect to an actual database, setup authentication, and more. You can also read up on the project structure under the [Architecture](#architecture) section if you are curious about that kind of thing. If you are want to know about our future plans, see our [Roadmap](#roadmap). If you have any other questions, please don't hesitate to [create an issue](https://github.com/Asymmetrik/graphql-fhir/issues) with the question label and ask.
See our [Frequently Asked Questions](#frequently-asked-questions) for explanations on how to configure the server, connect to an actual database, setup authentication, and more. You can also read up on the project structure under the [Architecture](#architecture) section if you are curious about that kind of thing. If you are want to know about our future plans, see our [Roadmap](#roadmap). If you have any other questions, please ask them on [StackOverflow](https://stackoverflow.com/) with the tag `graphql-fhir`.

## Frequently Asked Questions
- [What yarn(or npm) commands are available?](./FAQ.md#commands)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-fhir",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Javascript based GraphQL FHIR server",
"main": "index.js",
"author": "Robert-W <rwinterbottom@asymmetrik.com>>",
"author": "Robert-W <rwinterbottom@asymmetrik.com>",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 7e682cd

Please sign in to comment.