Skip to content

Commit 9ebda11

Browse files
authored
Refine wording in README.md
1 parent e2559ec commit 9ebda11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Hello, World!
2525

2626
To use WasmKit in your package, add it as a [Swift Package Manager](https://www.swift.org/documentation/package-manager/) dependency.
2727

28-
Run the following commands to add the dependency:
28+
Run the following commands in the same directory as your `Package.swift` manifest to add the dependency:
2929

3030
```
3131
swift package add-dependency https://github.com/swiftwasm/WasmKit --up-to-next-minor-from 0.1.6
3232
swift package add-target-dependency WasmKit <your-package-target-name> --package WasmKit
3333
```
3434

35-
You can also add the following snippet manually to your `Package.swift` file:
35+
You can also add the following snippet manually instead to your `Package.swift` file:
3636

3737
```swift
3838
dependencies: [
@@ -58,7 +58,7 @@ targets: [
5858
- Compact and embeddable
5959
- Debug build complete in 5 seconds[^1]
6060
- Batteries included
61-
- WASI support, WAT parser, etc.
61+
- WASI support, WAT parser/assembler, etc.
6262

6363

6464
## Supported Platforms
@@ -91,7 +91,7 @@ and should work on the following platforms:
9191

9292
## Minimum Supported Swift Version
9393

94-
The minimum supported version is Swift 6.0, which is the version used to bootstrap the Swift toolchain in [ci.swift.org](https://ci.swift.org/).
94+
The minimum supported version is Swift 6.0, which is the version used to bootstrap the Swift toolchain on [ci.swift.org](https://ci.swift.org/).
9595

9696
## Testing
9797

0 commit comments

Comments
 (0)