You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ Caramel is a simple, modern, responsive website framework. Caramel is fully resp
12
12
#### Quick Start
13
13
Jump right into Caramel by using the included HTML5 Boilerplate. `template.html` is already set up to HTML5 standards, and has Caramel already included. All you need to do is to start writing your code!
14
14
15
-
Also, check out `showcase.html`, which showcases Caramel's latest features!
15
+
Also, check out `showcase.html`, to see Caramel's latest features!
16
16
17
17
## What's included?
18
-
Our [public releases](https://github.com/lumios/caramel/releases) only contain the released files that are necessary for front-end use. If you'd like to develop for, or modify Caramel, we'd recommend downloading a[Development Build](https://github.com/lumios/caramel/archive/master.zip), which includes our build tool, and the sass source files.
18
+
Our [public releases](https://github.com/lumios/caramel/releases) only contain the files that are necessary for front-end development. If you'd like to develop for, or modify Caramel, we'd recommend downloading the[Development Build](https://github.com/lumios/caramel/archive/master.zip), which includes our build tool, and the sass source files.
19
19
20
20
```
21
21
caramel/
@@ -36,17 +36,16 @@ caramel/
36
36
```
37
37
38
38
## Documentation
39
-
Stuck? We've got you covered! Go on over to our [website](http://caramel.ga/), and view the Showcase. All code usage and examples are listed right there on the page. If you want to see the exact syntax we use to show you the content on the page, simply right click on the page and view source (depending on whether your browser supports this feature).
39
+
Head on over to our [website](http://caramel.ga/), and view the Showcase. All code usage and examples are listed right there on the page! If you want to see the exact syntax we use to show you the content on the page, simply right click on the page and view source (depending on whether your browser supports this feature).
40
40
41
-
Still stuck? Tweet [@kurisubrooks](https://twitter.com/kurisubrooks), and he'll try to answer any questions you may have.
41
+
Still stuck or need further help? Tweet [@kurisubrooks](https://twitter.com/kurisubrooks), and he'll try to answer any questions you may have.
42
42
43
43
## Compiling
44
-
Want to tinker? Great! We've included an easy and hassle free way for you to easily compile Caramel.
45
-
Included is a build tool that you can use to compile Caramel back into CSS.
44
+
We've included an easy and hassle free way for you to compile Caramel. We've included our own Grunt build tool, that you can use to compile Caramel.
46
45
47
46
#### Required:
48
-
Our compiler runs on [Node](https://nodejs.org/), so before you can continue, please ensure that you have it installed! (You can download it from their website).
49
-
Once you have Node installed, you'll need [Grunt](http://gruntjs.com/). If you already have both Node and Grunt installed, skip this step, otherwise, run the following set of commands to install Grunt:
47
+
Our compiler runs on [Node.js](https://nodejs.org/), so before you can continue, please ensure that you have it installed.
48
+
Once you have Node installed, you'll need [Grunt](http://gruntjs.com/). If you already have both Node and Grunt installed, skip these steps, otherwise install [Node.js](https://nodejs.org/) from their website, then run the following command to install Grunt:
0 commit comments