summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru-Sergiu Marton <brown121407@posteo.ro>2020-05-04 10:37:54 +0300
committerAlexandru-Sergiu Marton <brown121407@posteo.ro>2020-05-04 10:37:54 +0300
commitfbcb5abbb9fc05a902f90a1a97abb640c6a8fd8d (patch)
tree2ea892743e53867e397adb92bf043e36359983a1
parentafae9f31ceb70d0ed6601db8f0ac9b0124f4f669 (diff)
Fix module name in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9bd9558..ade4338 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ correspond with the latest version of the library.
## Documentation
-f.scm provides two Guile modules: `(f p)` and `(f)`.
+f.scm provides two Guile modules: `(f ports)` and `(f)`.
- `(f)`: this contains functions that always get passed a path and open
a new port for that path.
@@ -51,7 +51,7 @@ If you want to read _only_ the first line of a file, you can use the
already opened port, use the `read-line` from `(f ports)`.
**NOTE**: All the examples below assume you imported `f` with the `f:`
-prefix and `f p` with the `p:` prefix.
+prefix and `f ports` with the `p:` prefix.
## f