Skip to content

Commit 2c56d01

Browse files
committed
Readme cleanup
1 parent 31f28b6 commit 2c56d01

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AsyncTaskSwitcher
22

3-
![CI Linux](https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20Linux/badge.svg)
4-
![CI macOS](https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20macOS/badge.svg)
5-
![codecov](https://codecov.io/gh/horothesun/AsyncTaskSwitcher/branch/master/graph/badge.svg?token=6XPPUZBF4W)
3+
[![CI Linux](https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20Linux/badge.svg)](https://github.com/horothesun/AsyncTaskSwitcher/blob/master/.github/workflows/ci-linux.yml)
4+
[![CI macOS](https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20macOS/badge.svg)](https://github.com/horothesun/AsyncTaskSwitcher/blob/master/.github/workflows/ci-macos.yml)
5+
[![codecov](https://codecov.io/gh/horothesun/AsyncTaskSwitcher/branch/master/graph/badge.svg?token=6XPPUZBF4W)](https://codecov.io/gh/horothesun/AsyncTaskSwitcher)
66
[![SwiftPM](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
77

8-
Swift asynchronous task switcher: it calls the completion handler of the most-recently-completed async task.
8+
Swift asynchronous task switcher: it calls the completion handler of the most-recently-completed asynchronous task.
99

1010
## Generate Xcode project
1111

@@ -34,9 +34,9 @@ Execute on base `swift:5.2` image
3434
```bash
3535
docker run --rm \
3636
--volume "$(pwd):/package" \
37-
--workdir "/package" \
37+
--workdir '/package' \
3838
swift:5.2 \
39-
/bin/bash -c "swift test --build-path ./.build/linux"
39+
/bin/bash -c 'swift test'
4040
```
4141

4242
or create a new image based on `Dockerfile` and run it

0 commit comments

Comments
 (0)