Skip to content

Commit 76d3dd1

Browse files
committed
white space
1 parent 7281f08 commit 76d3dd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React.rb
1+
# React.rb
22

33
### A complete [React.js](http://facebook.github.io/react/) [Opal Ruby](http://opalrb.org) wrapper.
44

@@ -14,7 +14,7 @@ and true React.js engine. :heart:
1414

1515
### Important: current `react.rb` gem users please [read this!](#road-map)
1616

17-
## Installation
17+
## Installation
1818

1919
Install the gem, or load the js library
2020

@@ -35,11 +35,11 @@ Each react component class has a render method that generates the markup for tha
3535

3636
Each react component class defines a new tag-method in the DSL that works just like built-in html tags, so react components can render other react components.
3737

38-
As events occur, components update their state, which causes them to rerender, and perhaps pass new parameters to lower level components, thus causing them to rerender.
38+
As events occur, components update their state, which causes them to rerender, and perhaps pass new parameters to lower level components, thus causing them to rerender.
3939

40-
Under the hood the actual work is effeciently done by the [React.js](http://facebook.github.io/react/) engine.
40+
Under the hood the actual work is effeciently done by the [React.js](http://facebook.github.io/react/) engine.
4141

42-
React.rb components are *isomorphic* meaning they can run on the server as well as the client. This means that the initial expansion of the component tree to markup is done server side, just like ERB, or HAML templates. Then the same code runs on the client and will respond to any events.
42+
React.rb components are *isomorphic* meaning they can run on the server as well as the client. This means that the initial expansion of the component tree to markup is done server side, just like ERB, or HAML templates. Then the same code runs on the client and will respond to any events.
4343

4444
React.rb integrates well with Rails, Sinatra, and simple static sites, and can be added to existing web pages very easily, or it can be used to deliver complete websites.
4545

@@ -82,7 +82,7 @@ Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) o
8282
## Contributing
8383

8484
This project is still in early stage, so discussion, bug reports and PRs are
85-
really welcome :wink:.
85+
really welcome :wink:.
8686

8787
#### Testing react.rb
8888

0 commit comments

Comments
 (0)