aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 287214a..a8c167c 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ Update your winreg imports with this
```py
try:
- import winreg
+ import winreg
except ImportError:
- import unixreg as winreg
+ import unixreg as winreg
```
simply importing unixreg should be enough though, winreg is imported if found