aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-11 10:05:13 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-11 10:05:13 -0500
commitce1be451c5155ee588d690d3a4eb8c7e7355034b (patch)
tree12612330af8b9ddd75882407a631c8a936fdb630 /README.md
parenteb011e9f3170db7b08542073d1384bf9bf66579b (diff)
downloadfreenode-live-2017-presentation-ce1be451c5155ee588d690d3a4eb8c7e7355034b.tar
freenode-live-2017-presentation-ce1be451c5155ee588d690d3a4eb8c7e7355034b.tar.gz
fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e29675b..0a50daf 100644
--- a/README.md
+++ b/README.md
@@ -287,9 +287,9 @@ Then:
## Development Environment
-reveal.js is built using the task-based command line build tool (grunt.js)[http://gruntjs.com]. Installation instructions here https://github.com/gruntjs/grunt#installing-grunt. With Node.js and grunt installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.
+reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](https://github.com/gruntjs/grunt#installing-grunt)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.
-If you want to customize reveal.js without running grunt.js you can alter the HTML to point to the uncompressed source files (css/reveal.css/js/reveal.js).
+If you want to customise reveal.js without running grunt.js you can alter the HTML to point to the uncompressed source files (css/reveal.css & js/reveal.js).
### Folder Structure
- **css/** Core styles without which the project does not function