RDOC_MAIN.rdoc in railties-6.0.6.1 vs RDOC_MAIN.rdoc in railties-6.1.0.rc1

- old
+ new

@@ -66,10 +66,10 @@ where "myapp" is the application name. 3. Change directory to +myapp+ and start the web server: $ cd myapp - $ rails server + $ bin/rails server Run with <tt>--help</tt> or <tt>-h</tt> for options. 4. Go to <tt>http://localhost:3000</tt> and you'll see: "Yay! You’re on \Rails!"