Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
switched livereload to browser-sync
fixed a capitalization typo
  • Loading branch information
chrisblum committed Oct 30, 2015
1 parent d49d0ac commit 7d6d1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,15 +29,15 @@ This will watch the sass directory and do the following on file change:
• Compile scss files down to css/trim.css
• Run autoprefixer on css/trim.css (this allows you to keep vendor prefixes out of your css)
• Run csslint and spit the output to your terminal window where you are running gulp
• Run an instance of livereload. With the chrome and safari extensions, you can see
• Run an instance of browser-sync. With the chrome and safari extensions, you can see
changes in the browser without hitting refresh


If you are including js - you'll still need to change the references in your html to
the minified files.

## Sass
Trim comes with a number of simple css utilities that you might find helpful. MOre documentation later.
Trim comes with a number of simple css utilities that you might find helpful. More documentation later.

## TODO

Expand Down

0 comments on commit 7d6d1f2

Please sign in to comment.