From 2d00a6b5c4854144fbe54262f6c412836ca82a8b Mon Sep 17 00:00:00 2001 From: Maarten Huijsmans Date: Fri, 10 Jul 2015 14:16:46 +0200 Subject: [PATCH] removed subnumbers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cebadd7..5567309 100644 --- a/README.md +++ b/README.md @@ -63,18 +63,18 @@ Now you're all set to manage your translations. After your have created your translation project on POEditor you can can initialize your project based on your c onfiguration. -### 3.1 Initialize +### Initialize ``` gradle poeditorInit ``` This will create terms and add languages to your project. -### 3.2 Download translations +### Download translations ``` gradle poeditorPull ``` -### 3.3 Upload translations +### Upload translations ``` gradle poeditorPush ``` @@ -89,7 +89,7 @@ Example: gradle poeditorPush -Planguages=nl,fr -Poverride=true ``` -### 3.4 Add terms +### Add terms ``` gradle poeditorPushTerms ```