Skip to content

Commit ab3374e

Browse files
docs: Document new formatting
1 parent 55079a7 commit ab3374e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@ This package supports Swift versions in [alignment with Swift NIO](https://githu
237237

238238
## Contributing
239239

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

243243
```bash
244-
swiftformat .
244+
swift format --parallel --in-place --recursive ./
245245
```
246246

247247
## License

0 commit comments

Comments
 (0)