Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
Fixed typos for the directory name in "Run the examples" section
  • Loading branch information
pkiscape authored Nov 26, 2023
1 parent 9d1b2a7 commit 81da024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ pip install .
Execute

```shell
python3 liboqs-pythonn/examples/kem.py
python3 liboqs-pythonn/examples/sig.py
python3 liboqs-pythonn/examples/rand.py
python3 liboqs-python/examples/kem.py
python3 liboqs-python/examples/sig.py
python3 liboqs-python/examples/rand.py
```

### Run the unit test
Expand Down

0 comments on commit 81da024

Please sign in to comment.