Skip to content

Commit 166e048

Browse files
committed
update README
1 parent c58c332 commit 166e048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.textile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
h1. !http://railsapps.github.io/images/rails-36x36.jpg(Rails Bootstrap)! Rails and Bootstrap
22

3-
Rails 5.0 example application that integrates Rails and Bootstrap 4.0.
3+
Rails 5.1 example application that integrates Rails and Bootstrap 4.0.
44

55
"Bootstrap":http://getbootstrap.com/ (formerly Twitter Bootstrap) provides CSS stylesheets and JavaScript code for the visual design of websites. Bootstrap is a framework for client-side (browser-based or “front end”) development, much like Ruby on Rails is a framework for server-side development.
66

@@ -65,8 +65,8 @@ h2. Dependencies
6565

6666
Before generating your application, you will need:
6767

68-
* The Ruby language - version 2.3.1
69-
* The Rails gem - version 5.0
68+
* The Ruby language - version 2.4.1
69+
* The Rails gem - version 5.1
7070

7171
See the article "Installing Rails":http://railsapps.github.io/installing-rails.html for instructions about setting up Rails and your development environment.
7272

@@ -94,7 +94,7 @@ h4. Generate
9494

9595
If you want to use the project as a starter application, use the "Rails Composer":http://railsapps.github.io/rails-composer/ tool to generate a new version of the example app. You'll be able to give it your own project name when you generate the app. Generating the application gives you additional options.
9696

97-
To build the example application, Rails 5.0 must be installed in your development environment. Run the command:
97+
To build the example application, Rails 5.1 must be installed in your development environment. Run the command:
9898

9999
<pre>
100100
$ rails new rails-bootstrap -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb

0 commit comments

Comments
 (0)