Skip to content

Commit 521fed0

Browse files
committed
Small formatting improvements.
1 parent 85fdbb6 commit 521fed0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ES6.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ It will stay there until it reaches the same level as`gh-pages`, at which point
88
The new app uses [gulp](http://gulpjs.com/) to:
99

1010
- combine all individual modules into a single file
11-
- transpile ES6 code to ES5 with babel
11+
- transpile ES6 code to ES5 with [babel.js](http://babeljs.io/)
1212
- minimize JS and CSS code
1313
- generate source maps
14-
- add css autoprefixer to add vendor rules
15-
- provide a server with live-reload observing file changes
14+
- add vendor prefixer to the css
15+
- provide a server with live-reload
1616

1717
## Installation
1818

@@ -43,7 +43,7 @@ gulp
4343

4444
*Note:* Although no linter is added as of yet, the code closely follows the conventions from [Airbnb's Javascript style guide](https://github.com/airbnb/javascript)
4545

46-
### [`js/index.js`](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/js/index.js)
46+
### [js/index.js](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/js/index.js)
4747

4848
The app entry point is [`js/index.js`](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/js/index.js).
4949
It performs the initial application setup (loads the app when jQuery loads, loads the initial data from the server etc.)
@@ -88,7 +88,7 @@ The `utils` folder holds a few helper methods that are used everywhere such as b
8888

8989
## Remaining updates
9090

91-
- Any algorithms added since ES6 updates for pushed to master.
91+
- Any algorithms added since ES6 updates were pushed to master.
9292
- The following pull-request code is still missing from the ES6 project and needs to be added before a full project update can be made:
9393

9494
- https://github.com/parkjs814/AlgorithmVisualizer/pull/97

0 commit comments

Comments
 (0)