The example in the docs: ```julia Genie.newapp("MyGenieApp") ``` The error: ```julia julia> Genie.newapp("MyGenieApp") ERROR: UndefVarError: `newapp` not defined Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base.jl:31 [2] top-level scope @ REPL[7]:1 ``` I see, from navigating, that it's in the `Generator` module.