Skip to content

Commit 81da024

Browse files
authored
Update README.md (#68)
Fixed typos for the directory name in "Run the examples" section
1 parent 9d1b2a7 commit 81da024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ pip install .
113113
Execute
114114

115115
```shell
116-
python3 liboqs-pythonn/examples/kem.py
117-
python3 liboqs-pythonn/examples/sig.py
118-
python3 liboqs-pythonn/examples/rand.py
116+
python3 liboqs-python/examples/kem.py
117+
python3 liboqs-python/examples/sig.py
118+
python3 liboqs-python/examples/rand.py
119119
```
120120

121121
### Run the unit test

0 commit comments

Comments
 (0)