From ecba659ed071a14663a8ed986e01e557ec2810b4 Mon Sep 17 00:00:00 2001 From: Ben Beecher Date: Sat, 10 Dec 2011 16:48:12 -0500 Subject: [PATCH] fixing doc mistake - removing --pre flag for bpm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3bae9749d..8ba209963ee 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ therubyracer`. 1. Install Ruby 1.9.2. There are many resources on the web can help; one of the best is [rvm](http://rvm.beginrescueend.com/). -3. Run `gem install bpm --pre` to install bpm, the browser package +3. Run `gem install bpm` to install bpm, the browser package manager. 4. To start the development server, run `bpm preview`.