Skip to content

Commit d143a8a

Browse files
authored
Merge pull request #839 from 0xTim/patch-1
Update README.md to make it platform agnostic
2 parents bc1e395 + 69ad898 commit d143a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ For example, if you are using Xcode 13.3 (Swift 5.6), you will need
6363
If you are mainly interested in using swift-format (rather than developing it),
6464
then you can get it in three different ways:
6565

66-
### Included in Xcode
66+
### Included in the Swift Toolchain
6767

68-
Xcode 16 and above include swift-format in the toolchain. You can run `swift-format` from anywhere on the system using `swift format` (notice the space instead of dash). To find the path at which `swift-format` is installed, run `xcrun --find swift-format`.
68+
Swift 6 (included with Xcode 16) and above include swift-format in the toolchain. You can run `swift-format` from anywhere on the system using `swift format` (notice the space instead of dash). To find the path at which `swift-format` is installed in Xcode, run `xcrun --find swift-format`.
6969

7070
### Installing via Homebrew
7171

0 commit comments

Comments
 (0)