examples/og/README in nitro-0.6.0 vs examples/og/README in nitro-0.7.0

- old
+ new

@@ -1,4 +1,11 @@ = Og Example +== run.rb + A simple example that demonstrates some Og features. The example automatically creates a 'test' database. + +== mock_example.rb + +Demonstrates how easily the Og infrastructure can be mocked, +for easy test unit writing.