Skip to content

Commit cdf1a6e

Browse files
authored
Update README.md
1 parent 84277a1 commit cdf1a6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ curl -s https://get.simplelocalize.io/install | bash
3030
simplelocalize -c config.yml [COMMAND] --apiKey <PROJECT_API_KEY> --uploadaPath <UPLOAD_PATH> other arguments...
3131
```
3232

33-
## Example configuration file
33+
## Configuration file
3434
Use configuration file in order to simplify your bash command. Arguments used in command always overrides properties set in configuration file.
3535

3636
Filename: `simplelocalize.yml`
@@ -113,28 +113,28 @@ uploadPath: /{lang}/{ns}.json
113113
uploadFormat: single-language-json
114114
```
115115

116-
## Upload translations command
116+
## Upload translations
117117

118118
```properties
119119
simplelocalize upload --apiKey <PROJECT_API_KEY>
120120
```
121121

122122

123-
## Download translations command
123+
## Download translations
124124

125125
```properties
126126
simplelocalize download --apiKey <PROJECT_API_KEY>
127127
```
128128

129129

130-
## Sync translations command
130+
## Sync translations
131131
Sync command combines upload and download commend execution.
132132
```properties
133133
simplelocalize sync --apiKey <PROJECT_API_KEY>
134134
```
135135

136136

137-
## Extract translation keys command
137+
## Extract translation keys
138138

139139
```properties
140140
simplelocalize extract --apiKey <PROJECT_API_KEY>

0 commit comments

Comments
 (0)