Skip to content

Commit 7488476

Browse files
author
hirsch88
committed
Fix some typos in the Readme.md
1 parent d0e634f commit 7488476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Our IoC automatically looks through the `controllers`, `listeners` , `middleware
101101
`repositories` and `models` folders for files to bind to our IoC - Container, so you have nothing to do.
102102

103103
**However it is very important to keep the naming right, because otherwise our IoC will not find your
104-
created file!!**
104+
created files!!**
105105

106106
## Using the debugger in VS Code
107107
Just set a breakpoint and hit `F5` in your Visual Studio Code.
@@ -161,7 +161,7 @@ The route prefix is `/api` by default, but you can change this in the .env file.
161161
* [Inversify Express Utils](https://github.com/inversify/inversify-express-utils)
162162
* [class-validator](https://github.com/pleerock/class-validator)
163163
* [Jest](http://facebook.github.io/jest/)
164-
* [Auth0 API Documentation](https://auth0.com/docs/api/management/v2#!/Users/get_users)
164+
* [Auth0 API Documentation](https://auth0.com/docs/api/management/v2)
165165
* [swagger Documentation](http://swagger.io/)
166166

167167
## License

0 commit comments

Comments
 (0)