README.md in busker-0.4.0 vs README.md in busker-0.4.1

- old
+ new

@@ -60,11 +60,11 @@ @@ template <h1><%= @title %></h1> ## Design principles -* Small code base that is easy to understandable and hackable +* Small code base that is easily to understandable and hackable * Such a tiny code base that you can just copy it into your one-file-project without the need to require a Gem * No dependencies except what is in the Ruby Standard Lib * Backward compatibility to older Ruby versions * Some minor resemblance to Sinatra * Ease of use @@ -72,9 +72,10 @@ ## TODO / Ideas * Improve render method, allow yield etc * Improve error handling, honor production/development environment? +* Tests? ;) * Auto reload? * Anything cool that doesn't break the design principles ... ## Contributing