diff --git a/_posts/2014-09-12-community-round-up-22.md b/_posts/2014-09-12-community-round-up-22.md index 53904921..3adcdb14 100644 --- a/_posts/2014-09-12-community-round-up-22.md +++ b/_posts/2014-09-12-community-round-up-22.md @@ -51,9 +51,9 @@ var translated = (
-## IntegratedCSS +## React Style -After React put HTML inside of JavaScript, Sander Spies takes the same approach with CSS: [IntegratedCSS](https://github.com/SanderSpies/IntegratedCSS). It seems weird at first but this is the direction where React is heading. +After React put HTML inside of JavaScript, Sander Spies takes the same approach with CSS: [IntegratedCSS](https://github.com/SanderSpies/react-style). It seems weird at first but this is the direction where React is heading. ```javascript var Button = React.createClass({