doc/code/getting_started.rb in motion-prime-0.4.3 vs doc/code/getting_started.rb in motion-prime-0.4.4

- old
+ new

@@ -18,11 +18,10 @@ end end # **3. Create the main screen.** # -# You should rewrite the `render` method, which will be runned after opening screen. -# Note: you must always pass `screen` option, which points to screen to render +# You should rewrite the `render` method, which will be runned after first opening screen. class MainScreen < Prime::BaseScreen title 'Main screen' def render \ No newline at end of file