Skip to content

Commit

Permalink
Merge pull request #74 from ilius/master
Browse files Browse the repository at this point in the history
Fix typo in README.md: GLFW3 -> pygame
  • Loading branch information
swistakm committed May 22, 2018
2 parents a02c9b8 + e7424fb commit 2d07e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ built-in rendering backend integrations (pygame, cocos2d, etc.). If you don't
want to install all additional dependencies you can always use bare
`pip instal imgui` command or select a specific set of extra requirements:

* for GLFW3 backend use `pip install imgui[pygame]`
* for pygame backend use `pip install imgui[pygame]`
* for GLFW3 backend use `pip install imgui[glfw]`
* for SDL2 backend use `pip install imgui[sdl2]`
* for Cocos2d backend use `pip install imgui[cocos2d]`
Expand Down

0 comments on commit 2d07e22

Please sign in to comment.