Skip to content

Commit cffa279

Browse files
committed
Fix README formatting
1 parent 034a097 commit cffa279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Global Flags:
120120

121121
To download a copy of the ipa file, use the `download` command.
122122

123-
````
123+
```
124124
Download (encrypted) iOS app packages from the App Store
125125
126126
Usage:
@@ -142,6 +142,7 @@ Global Flags:
142142
```
143143

144144
To resolve an external version identifier, returned by the `list-versions` command, use the `get-version-metadata` command.
145+
145146
```
146147
Retrieves the metadata for a specific version of an app
147148
@@ -170,7 +171,7 @@ The tool can be compiled using the Go toolchain.
170171

171172
```shell
172173
$ go build -o ipatool
173-
````
174+
```
174175

175176
Unit tests can be executed with the following commands.
176177

0 commit comments

Comments
 (0)