Skip to content

Commit

Permalink
Fix: Typo in README.md (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored Jul 17, 2021
1 parent 8fe36f4 commit 8d9458a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

fake-bpy-module is the collections of the fake Blender Python API modules for the code completion in commonly used IDEs.

*Note: The similar project for Blender Game Engine (BGE) is availabled on [fake-bge-module](https://github.com/nutti/fake-bge-module) which targets [UPBGE](https://upbge.org/).*
*Note: The similar project for Blender Game Engine (BGE) is available on [fake-bge-module](https://github.com/nutti/fake-bge-module) which targets [UPBGE](https://upbge.org/).*

![](docs/images/fake-bpy-module_thumbnail.png)


## Requirements

fake-bpy-module uses typing module and type hints availabled from Python 3.7.
fake-bpy-module uses typing module and type hints which are available from Python 3.7.
Check your Python version is >= 3.7.


Expand Down

0 comments on commit 8d9458a

Please sign in to comment.