Skip to content

Commit c15bdcb

Browse files
Merge pull request #32 from NeedleInAJayStack/docs/swift-format
docs: Corrects readme to specify correct format tool
2 parents e043f6e + 7e17d5e commit c15bdcb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,11 @@ When reporting an issue, please add a detailed example, and if possible a code s
250250

251251
When creating a pull request, please adhere to the current coding style where possible, and create tests with your code so it keeps providing an awesome test coverage level 💪
252252

253-
This repo uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat), and includes lint checks to enforce these formatting standards. To format your code, install `swiftformat` and run:
253+
This repo uses the standard [swift format](https://github.com/swiftlang/swift-format), and includes lint checks to enforce these formatting standards.
254+
To format your code, run:
254255

255256
```bash
256-
swiftformat .
257+
swift format --parallel --in-place --recursive ./
257258
```
258259

259260
## Acknowledgements 👏

0 commit comments

Comments
 (0)