Skip to content

Commit

Permalink
Merge pull request #488 from alincode/master
Browse files Browse the repository at this point in the history
fixed template readme
  • Loading branch information
welefen committed Oct 27, 2016
2 parents 61b24d9 + 1a7dcd3 commit 1e12e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*development*

```js
node www/index.js
node www/development.js
```

*testing*
Expand All @@ -17,7 +17,7 @@ node www/testing.js
*production*

```js
node www/production.js
node www/production.js
```

or use pm2 to manage node:
Expand Down Expand Up @@ -52,4 +52,4 @@ npm run compile
.a{
background: url(../img/a.png) no-repeat;
}
```
```

0 comments on commit 1e12e47

Please sign in to comment.