README.md in munge-0.4.0 vs README.md in munge-0.5.0.beta1

- old
+ new

@@ -48,10 +48,10 @@ ```bash munge init path/to/project # create a barebones project cd path/to/project munge build # compiles your project -munge view # open http://localhost:3000/ to see output +munge view # open http://localhost:7000/ to see output ``` The three main files of your application are `config.yml`, `data.yml`, and `rules.rb`. Here's an example `rules.rb` for a blog.