diff --git a/docs/README.md b/docs/README.md index a84e982..ae41ee2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -121,7 +121,7 @@ After finish installing, type: brew install allegro ``` -Open `XCode`, Create a new `MacOS` project, choose `Cocoa App`. +Open `XCode`, Create a new `MacOS` project, choose `App`. Product Name type `allegro-test`, and for Organization Identifier, you can type anything you want. For language, choose `Objective-C`, and uncheck all other checkboxes. @@ -230,4 +230,4 @@ gcc -Wall -g -IC:\allegro-mingw-gcc6.2.0-x86-static-5.2.2\allegro\include main.c ```shell gcc -Wall -g -IC:\allegro-mingw-gcc6.2.0-x64-static-5.2.2\allegro\include main.c -LC:\allegro-mingw-gcc6.2.0-x64-static-5.2.2\allegro\lib -lallegro_monolith.dll -``` \ No newline at end of file +```