Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ed95d82

Browse files
committed
consistent back tick of gem names
1 parent 0d02333 commit ed95d82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and true React.js engine. :heart:
1313

1414
[**Visit reactrb.org For The Full Story**](https://reactrb.org)
1515

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

1818
## Installation
1919

@@ -61,13 +61,13 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
6161

6262
# Road Map
6363

64-
The original react.rb gem is still available as the [0-3-stable branch.](https://github.com/zetachang/react.rb/tree/0-3-stable)
64+
The original `react.rb` gem is still available as the [0-3-stable branch.](https://github.com/zetachang/react.rb/tree/0-3-stable) **but please read on..**
6565

66-
Many new features, bug fixes, and improvements are incoporated in the reactive-ruby.gem currently built on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable) In addtion more extensive documentation for the current stable branch is available at [reactrb.org](http://reactrb.org), and the [Opal Ruby Playground](http://fkchang.github.io/opal-playground/?code:&html_code=%3Cdiv%20id%3D%22container%22%3E%3C%2Fdiv%3E%0A&css_code=body%20%7B%0A%20%20background%3A%20%23eeeeee%3B%0A%7D%0A) incorporates the current stable branch.
66+
Many new features, bug fixes, and improvements are incoporated in the `reactive-ruby` gem currently built on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable) In addtion more extensive documentation for the current stable branch is available at [reactrb.org](http://reactrb.org), and the [Opal Ruby Playground](http://fkchang.github.io/opal-playground/?code:&html_code=%3Cdiv%20id%3D%22container%22%3E%3C%2Fdiv%3E%0A&css_code=body%20%7B%0A%20%20background%3A%20%23eeeeee%3B%0A%7D%0A) incorporates the current stable branch.
6767

68-
Our plan is to do one more upgrade on the reactive-ruby gem which will be designated version 0.8.0 (click for detailed feature list)[https://github.com/zetachang/react.rb/milestones/0.8.x]
68+
Our plan is to do one more upgrade on the `reactive-ruby` gem which will be designated version 0.8.0 [click for detailed feature list](https://github.com/zetachang/react.rb/milestones/0.8.x)
6969

70-
From 0.9.0 and beyond we will return to using the `react.rb` gem for releases, and `reactive-ruby` will be a meta gem that depends only on react.rb >= 0.9.x.
70+
From 0.9.0 and beyond we will return to using the `react.rb` gem for releases, and `reactive-ruby` will continue as a meta gem that depends only on react.rb >= 0.9.x.
7171

7272
Versions >= 0.7.0 of `react.rb` **are not** 100% backward compatible with 0.3.0 so its very important to begin your upgrade process now by switching to 0.7.0.
7373

0 commit comments

Comments
 (0)