Skip to content

Commit c292971

Browse files
authored
Update README.md
1 parent 79d0140 commit c292971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Create a modern express server with a single command.
44

5-
![Working sample](https://media.giphy.com/media/MC9h5ruPM0Wk7lJyxQ/giphy.gif)
5+
![Working sample](https://media.giphy.com/media/ej7o4MAvd2LI4kOM6F/giphy.gif)
66

7-
Scale a development ready server in one step.
7+
Scale a development ready server in **one step**.
88

99
Works on macOS, Windows, and Linux. Has both TypeScript and JavaScript templates inbuild. Creates all the boilerplate code along with build process and unit tests configured so that you can focus on the application logic.
1010

@@ -18,7 +18,7 @@ $ cd my-app
1818
$ npm start
1919
```
2020

21-
We strongly suggest using npx from for npm versions 5.2+. You can also install create-express-template globally and use it to create a template anywhere in your system.
21+
We strongly suggest using npx from npm versions 5.2+. You can also install create-express-template globally and use it to create a template anywhere in your system.
2222

2323
After running `npm start`, go to http://localhost:3000/ to see a simple page(3000 here being the port number, you can change this in the .env file). We also implement a sample route at http://localhost:3000/api/v1/users so you can start building immediately following the pattern.
2424

0 commit comments

Comments
 (0)