diff --git a/Readme.md b/Readme.md index b181be6d..fa72ea95 100755 --- a/Readme.md +++ b/Readme.md @@ -459,6 +459,9 @@ client.deleteDocument("http://localhost:6363/myFirstTerminusDB/document/chess",o ``` +## Tutorials +Visit [terminus-tutorials](https://github.com/terminusdb/terminus-tutorials) for tutorial scripts + ## Testing * Clone this repository @@ -472,6 +475,12 @@ $ npm install $ npm run test ``` +## Report Issues + +If you have encounter any issues, please report it with your os and environment setup, version that you are using and a simple reproducible case. + +If you encounter other questions, you can ask in our community [forum](https://community.terminusdb.com/) or [Slack channel](http://bit.ly/terminusdb-slack). + ## Contribute It will be nice, if you open an issue first so that we can know what is going on, then, fork this repo and push in your ideas. Do not forget to add a bit of test(s) of what value you adding.