Skip to content

Commit

Permalink
Fixed typos in README.md (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebariaux authored Nov 5, 2024
1 parent ac2896f commit 5cd8813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Swift Homomorphic Encryption aims to support all of the platforms where Swift is
> Swift Homomorphic Encryption relies on [SystemRandomNumberGenerator](https://developer.apple.com/documentation/swift/systemrandomnumbergenerator) as a cryptographically secure random number generator, which may have platform-dependent behavior.
### Swift / Xcode versions
The following table maps Swift Homomorphic Encryption packgae versions to required Swift and Xcode versions:
The following table maps Swift Homomorphic Encryption package versions to required Swift and Xcode versions:
Package version | Swift version | Xcode version
----------------|---------------|-----------------------------------------
Expand Down Expand Up @@ -187,7 +187,7 @@ The build products will be in the `.build/debug/` folder.
### Installing
To install Swift Homomorphic Encryption targets, use the `experimental-install` feature of Swift Package Manager.
First ensure sure that the `~/.swiftpm/bin` directory is on your `$PATH`.
First ensure that the `~/.swiftpm/bin` directory is on your `$PATH`.
For example, if using the `zsh` shell, add the following line to your `~/.zshrc`
```sh
export PATH="$HOME/.swiftpm/bin:$PATH"
Expand Down

0 comments on commit 5cd8813

Please sign in to comment.