Skip to content

Commit 97bc9ee

Browse files
committed
Use proper markdown code blocks
1 parent edf3ed0 commit 97bc9ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,15 @@ Swift pull request.
237237
To build all projects against a specified Swift compiler locally, use the
238238
`runner.py` utility as shown below.
239239

240-
```bash
240+
~~~bash
241241
./runner.py --swift-branch master --projects projects.json --swift-version 3 --include-actions 'action.startswith("Build")' --swiftc path/to/swiftc
242-
```
242+
~~~
243243

244244
Use the `--include-repos` flag to build a specific project.
245245

246-
```bash
246+
~~~bash
247247
./runner.py --swift-branch master --projects projects.json --swift-version 3 --include-actions 'action.startswith("Build")' --include-repos 'path == "Alamofire"' --swiftc path/to/swiftc
248-
```
248+
~~~
249249

250250
By default, build output is redirected to per-action `.log` files in the current
251251
working directory. To change this behavior to output build results to standard

0 commit comments

Comments
 (0)