diff --git a/README.md b/README.md index a4be4b0..b99c228 100644 --- a/README.md +++ b/README.md @@ -53,17 +53,13 @@ gem install sinatra For exmple, to serve files from **/Users/rob/Projects/ferver/** directory pass the path in as below; ```bash - ruby run.rb /Users/rob/Projects/ferver/ - ``` Or from the current directory; ```bash - ruby run.rb ./ - ```