Skip to content

Commit

Permalink
Merge pull request #171 from tonikarttunen/feature/readme
Browse files Browse the repository at this point in the history
Fix errors in README.md
  • Loading branch information
koistya committed Jul 15, 2015
2 parents cbed8bd + 58f3476 commit ed1ea9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
│ ├── /utils/ # Utility classes and functions
│ ├── /app.js # Client-side startup script
│ └── /server.js # Server-side startup script
│── gulpfile.js # Configuration file for automated builds
│── gulpfile.babel.js # Configuration file for automated builds
│── package.json # The list of 3rd party libraries and utilities
│── preprocessor.js # ES6 transpiler settings for Jest
└── webpack.config.js # Webpack configuration for bundling and optimization
Expand Down Expand Up @@ -90,7 +90,7 @@ $ gulp build --release # Builds the project in release mode
$ gulp deploy # or, `gulp deploy --production`
```

For more information see `deploy` task in `gulpfile.js`.
For more information see `deploy` task in `gulpfile.babel.js`.

### How to Update

Expand Down

0 comments on commit ed1ea9e

Please sign in to comment.