summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 656a67e..aadbcb1 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ with volume.fopen('somefile.txt', 'r') as f:
volume.unlink('somefile.txt')
# Unmount the volume
-volume.unmount()
+volume.umount()
```
### TODOs
diff --git a/doc/index.rst b/doc/index.rst
index 2ff1263..bae2632 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -44,7 +44,7 @@ Example Usage
volume.unlink('somefile.txt')
# Unmount the volume
- volume.unmount()
+ volume.umount()
API Reference