README.md in angelo-0.3.0 vs README.md in angelo-0.3.1

- old
+ new

@@ -422,11 +422,11 @@ ```ruby class Foo < Angelo::Base include Angelo::Tilt::ERB - @@views = 'some/other/path' # defaults to './views' + views_dir 'some/other/path' # defaults to './views' get '/' do erb :index end @@ -601,10 +601,10 @@ end end end -Foo.run +Foo.run! ``` ### Contributing YES, HAVE SOME