Skip to content

Commit d3bd74b

Browse files
committed
example -> examples
1 parent 554fa7a commit d3bd74b

20 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pywavefront.configure_logging(
149149

150150
### Examples
151151

152-
The [examples](https://github.com/pywavefront/PyWavefront/tree/master/example)
152+
The [examples](https://github.com/pywavefront/PyWavefront/tree/master/examples)
153153
directory contains some basic examples using the `visualization` module and further instructions on how to run them.
154154

155155
### Generating a Wavefront file with Blender
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd examples
77
pip install -r requirements.txt
88

99
# Run an example
10-
python.exe pyglet_demo_boxes.py
10+
python.exe boxes.py
1111
```
1212

1313
## Boxes
File renamed without changes.

0 commit comments

Comments
 (0)