Skip to content

Commit 6e7a64f

Browse files
Fix PyDispatcher being listed as PyDispatch.
1 parent 9c7c9fd commit 6e7a64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Dependencies
8181
### Required Dependencies:
8282
* Python 2(.6?)+
8383
* PyOpenGL
84-
* PyDispatch
84+
* PyDispatcher
8585
* NumPy
8686
* Pyrr (https://github.com/adamlwgriffiths/Pyrr)
8787

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy
22
PyOpenGL
3-
PyDispatch
3+
PyDispatcher

0 commit comments

Comments
 (0)