From e02f51d2582703397b0bf234f4a158c2ffc68fdc Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 14 Apr 2016 01:23:49 +0200 Subject: [PATCH] doc: removed extraneous hash --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4013e04..dd9ba3d 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ Create the Xcode project The `toolchain.py` can create the initial Xcode project for you:: - $ # ./toolchain.py create <app_directory> + $ ./toolchain.py create <title> <app_directory> $ ./toolchain.py create Touchtracer ~/code/kivy/examples/demo/touchtracer Your app directory must contain a main.py. A directory named `<title>-ios`