We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c81d5 commit f7a7581Copy full SHA for f7a7581
README.md
@@ -1,6 +1,6 @@
1
# Express Typescript Boilerplate
2
3
-> Boilerplate for an restful express-apllication written in TypeScript
+> Boilerplate for an restful express-application written in TypeScript
4
5
## Getting Started
6
### Prerequisites
@@ -31,7 +31,7 @@ The port will be displayed to you as `http://0.0.0.0:3000` (or if you prefer IPv
31
* Remove not needed libraries with `npm run install:clean`
32
33
### Linting
34
-* Run code analysis using `npm run lint`. This runs tshint.
+* Run code analysis using `npm run lint`. This runs tslint.
35
* There is also a vscode task for this called lint.
36
37
### Tests
0 commit comments