diff --git a/README.md b/README.md index 56cf40a1..69b79d9a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 96d67607..0801e6fe 100644 --- a/package.json +++ b/package.json @@ -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 >", + "author": "Robert-W ", "license": "MIT", "private": false, "scripts": {