Skip to content

Commit

Permalink
Merge pull request #339 from bcbcb/patch-2
Browse files Browse the repository at this point in the history
Update README.md code snippet and typo
  • Loading branch information
Hai Nguyen committed Feb 16, 2015
2 parents dabe1de + b5e6b11 commit 8a68638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use [browserify](http://browserify.org/) and [reactify](https://github.com/andre
the proper .styl version of the files.

### React-Tap-Event-Plugin
Some components uses [react-tap-event-plugin](https://github.com/zilverline/react-tap-event-plugin) to
Some components use [react-tap-event-plugin](https://github.com/zilverline/react-tap-event-plugin) to
listen for touch events. This dependency is temporary and will go away once react v1.0 is released. Until then, be
sure to inject this plugin at the start of your app.
```js
Expand Down Expand Up @@ -68,7 +68,7 @@ The styles are separated into 2 less files:
* src/less/components.less

This allows you to override any variables defined in [custom-variables.less](https://github.com/callemall/material-ui/blob/master/src/less/variables/custom-variables.less) without having to modify material-ui source files directly. For example, your main.less file could look something like this:
```css
```less
@import "node_modules/material-ui/src/less/scaffolding.less";

//Define a custom less file to override any variables defined in scaffolding.less
Expand Down

0 comments on commit 8a68638

Please sign in to comment.