Skip to content

Commit 09cb734

Browse files
Merge pull request #37 from CastleCSS/master
Merge with master
2 parents a2554bb + f90c713 commit 09cb734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
The core files are part of the [CastleCSS Package](https://github.com/CastleCSS/castlecss)
66

77
## How to install
8-
- Install via [npm](https://www.npmjs.com/): ```npm install castlecss-core```
8+
- Download the the [boilerplate](https://github.com/CastleCSS/castlecss-boilerplate/), CastleCSS-Core is included in the Boilerplate
9+
- Install via [npm](https://www.npmjs.com/): ```npm install castlecss-core -S```
910
- Require it in your own npm package
1011
- Download or clone the package
1112

1213
## Updating files
13-
CastleCSS is built so it's easy to update, you can just download make it your own as long as you don't ovewrite the core files.
14+
CastleCSS is built so it's easy to update, you can just download make it your own as long as you don't overwrite the core files.
1415

1516
```npm update castlecss-core```
1617

1718
## Documentation and examples
1819
You can find the documentation and examples at http://www.castlecss.com and [castlecss-docs](https://github.com/CastleCSS/castlecss-docs)
1920

20-
2121
## Adjusting the variables
2222
Because of the unique update-able setup of CastleCSS you need a seperate variable file to overwrite the default CastleCSS variables. There are a few ways to do this:
2323

0 commit comments

Comments
 (0)