Skip to content

Commit f7a7581

Browse files
author
hirsch88
committed
fix some typos
1 parent 90c81d5 commit f7a7581

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
@@ -1,6 +1,6 @@
11
# Express Typescript Boilerplate
22

3-
> Boilerplate for an restful express-apllication written in TypeScript
3+
> Boilerplate for an restful express-application written in TypeScript
44
55
## Getting Started
66
### Prerequisites
@@ -31,7 +31,7 @@ The port will be displayed to you as `http://0.0.0.0:3000` (or if you prefer IPv
3131
* Remove not needed libraries with `npm run install:clean`
3232

3333
### Linting
34-
* Run code analysis using `npm run lint`. This runs tshint.
34+
* Run code analysis using `npm run lint`. This runs tslint.
3535
* There is also a vscode task for this called lint.
3636

3737
### Tests

0 commit comments

Comments
 (0)