README.md in pliny-0.3.0 vs README.md in pliny-0.4.0

- old
+ new

@@ -127,9 +127,10 @@ ### Commands And provides the following commands: ```bash +$ foreman start # Starts server $ foreman run bin/console # IRB/Pry console $ foreman run bin/run 'puts "hello world"' # Run automated code ``` (hint: don't forget `foreman run` in development)