Skip to content

Commit 4ccc623

Browse files
committed
Small tweaks to README.md
1 parent 82d2f84 commit 4ccc623

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Caramel is a simple, modern, responsive website framework. Caramel is fully resp
1212
#### Quick Start
1313
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!
1414

15-
Also, check out `showcase.html`, which showcases Caramel's latest features!
15+
Also, check out `showcase.html`, to see Caramel's latest features!
1616

1717
## 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.
1919

2020
```
2121
caramel/
@@ -36,17 +36,16 @@ caramel/
3636
```
3737

3838
## 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).
4040

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.
4242

4343
## 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.
4645

4746
#### 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:
5049
```
5150
npm i grunt -g
5251
```

0 commit comments

Comments
 (0)