Skip to content

Commit c12d349

Browse files
authored
Update README.md
1 parent e104282 commit c12d349

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ const randomAction = await env.actionSample()
7474

7575
## API and how to use it
7676

77-
API documentation can be found here: [Gymie-Client API](https://jscriptcoder.github.io/Gymie-Client) (generated by [TypeDoc](http://typedoc.org/))
77+
Complete API documentation can be found here: [Gymie-Client API](https://jscriptcoder.github.io/Gymie-Client) (generated by [TypeDoc](http://typedoc.org/))
7878

7979
In the [previous section](#how-to-run-the-client-and-server) we already saw how to import gymie, connect to the server, instantiate an environment and call a few API methods. Let's go a bit more in detail:
8080

8181

82-
8382
## Testing Gymie
8483

8584
Unit-tests live all next to the code they're testing, under the extension `src/*.test.ts`. You can run all the tests by executing:

0 commit comments

Comments
 (0)