Skip to content

Commit 60c4e07

Browse files
authored
Update README.md (#283)
Fixed documentation links
1 parent f1042d5 commit 60c4e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ package, run:
4848
$ npm install --save @terminusdb/terminusdb-client
4949
```
5050

51-
This command update your `package.json`.
51+
This command updates your `package.json`.
5252

5353
### Script
5454

@@ -69,7 +69,7 @@ it to your sources, and use that in the `<script>` instead.
6969
This example creates a simple dataProduct, starting to create a database model the schema
7070
and insert a simple document
7171

72-
For the [full Documentation](https://terminusdb.com/docs/guides/reference-guides/javascript-client-reference)
72+
For the [full Documentation](https://terminusdb.com/docs/javascript)
7373

7474
```javascript
7575
const TerminusClient = require("@terminusdb/terminusdb-client");
@@ -158,9 +158,9 @@ The TerminusDB API can be found at the [TerminusDB Documentation][terminusdb-doc
158158

159159
## Report Issues
160160

161-
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.
161+
If you encounter any issues, please report it with your os and environment setup, the version that you are using, and a simple reproducible case.
162162

163-
If you encounter other questions, you can ask in our [Discord Server](https://discord.gg/hTU3XWSzuZ).
163+
If you encounter other questions, you can ask them on our [Discord Server](https://discord.gg/hTU3XWSzuZ).
164164

165165
## Contribute
166166

0 commit comments

Comments
 (0)