From 60512149cef379dae9354ba13b9e5cd457a296dc Mon Sep 17 00:00:00 2001 From: z4r4tu5tr4 Date: Tue, 2 Jan 2018 19:33:19 -0200 Subject: [PATCH] FIX README startproject #9 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2a89c9a..ffe18e0 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Start new project: .. code-block:: bash - bottle-boilerplate startproject YOUR-PROJECT-NAME + bottle startproject YOUR-PROJECT-NAME cd YOUR-PROJECT-NAME pip install -r requirements.txt @@ -42,4 +42,3 @@ Open Bottle documentation: .. code-block:: bash bottle-boilerplate doc -