Skip to content

Commit

Permalink
Minor correction in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Potentii committed Feb 21, 2017
1 parent 0198941 commit 0fd0573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If the server could not be stopped for some reason, the promise will reject with
### Static content for a website

Lets say your website content is located under the `src` folder:
```txt
```
├── main.js
└── src
├── css
Expand Down Expand Up @@ -215,7 +215,7 @@ srvr.port(3000)

<br>
As your server starts to grow and gets more complex, you may want to organize your routes in separate files, so lets say you have the following project structure:
```txt
```
├── main.js
└── routes
└── users.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w-srvr",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple web server configurator for Expressjs",
"author": "Guilherme Reginaldo Ruella <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0fd0573

Please sign in to comment.