Commit a84fcea4 by Jakob Heuser

Standardizes Readme to Spaces

While updating the readme, there was inconsistency between tabs and spaces
this makes it all-spaces, which is in alignment with the JS standards for
the project. (Plus, mixing the two is some horrible form of evil)
parent 69a45603
...@@ -42,7 +42,9 @@ If this project is missing an API or command line flag that has been added to [l ...@@ -42,7 +42,9 @@ If this project is missing an API or command line flag that has been added to [l
## Install ## Install
npm install node-sass ```
npm install node-sass
```
Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolved. Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolved.
...@@ -64,7 +66,6 @@ var result = sass.renderSync({ ...@@ -64,7 +66,6 @@ var result = sass.renderSync({
``` ```
### Options ### Options
The API for using node-sass has changed, so that now there is only one options hash. In the options hash, some items are optional, others may be mandatory depending on circumstances. The API for using node-sass has changed, so that now there is only one options hash. In the options hash, some items are optional, others may be mandatory depending on circumstances.
#### file #### file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment