Skip to content

Commit 7dcaf1c

Browse files
committed
[Project] Format the config code block properly in the README
1 parent 92fc2ca commit 7dcaf1c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,22 @@ Example:
151151
<array>
152152
<string>9BV3692736V893B47V893BY4V94B8V6123984BV6983V6B093</string>
153153
<string>BVQ09PY89V86BY98VY9876BV9786B98687B6976BOP967BP96</string>
154-
<string>PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B9</string>
154+
<string>PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B</string>
155155
</array>
156156
</dict>
157157
</plist>
158158
```
159159

160-
## Mapping
160+
## Mapping (.map)
161161

162162
`arrayOfHashes: [String]`
163163

164-
## Config file (*.swift)
164+
## Config file (generated)
165165

166-
`static let arrayOfHashes: [String] = [...]`
166+
```
167+
static let arrayOfHashes: [String] = [
168+
9BV3692736V893B47V893BY4V94B8V6123984BV6983V6B093,
169+
BVQ09PY89V86BY98VY9876BV9786B98687B6976BOP967BP96,
170+
PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B
171+
]
172+
```

0 commit comments

Comments
 (0)