README.md: typo: EnumFlag -> IntFlag

This commit is contained in:
dogeystamp 2022-08-08 18:32:30 -04:00
parent e29dbcc00c
commit 2bda7b4b1f
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,10 +1,10 @@
# Bitmask
Implementation of a Bitmask class in Python, allowing easy manipulation of EnumFlag values.
Implementation of a Bitmask class in Python, allowing easy manipulation of IntFlag values.
## Features
* create bitmasks from any EnumFlag type
* create bitmasks from any IntFlag type
* simple "flag in Bitmask" syntax