Index: README.md ================================================================== --- README.md +++ README.md @@ -309,11 +309,11 @@

Writing your first application with ObjFW

To create your first, empty application, you can use `objfw-new`: - $ objfw-new app MyFirstApp + $ objfw-new --app MyFirstApp This creates a file `MyFirstApp.m`. The `-[applicationDidFinishLaunching]` method is called as soon as ObjFW finished all initialization. Use this as the entry point to your own code. For example, you could add the following line there to create a "Hello World":