summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2024-01-31 16:14:03 +0100
committerSon Ho2024-01-31 16:14:03 +0100
commit4f619ca103e91d31ef18535e1d7a8e1f157206c3 (patch)
tree8797cb7d6787ad9b03ed0c5266e0486a56747308
parent0de27f0b88c12d210e840de0ad18eccf11b5ef1d (diff)
Make a minor modification to the README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 82ff3944..0530a0da 100644
--- a/README.md
+++ b/README.md
@@ -83,9 +83,9 @@ to display a detailed documentation.
Files generated by the Lean backend import the `Base` package from Aeneas.
To use those files in Lean, create a new Lean package using `lake new`,
overwrite the `lean-toolchain` with the one inside `./backends/lean`,
-and add `base` as a dependency in the `lakefile.lean`:
+and add `Base` as a dependency in the `lakefile.lean`:
```
-require base from "PATH_TO_AENEAS_REPO/backends/lean"
+require Base from "PATH_TO_AENEAS_REPO/backends/lean"
```
## Targeted Subset And Current Limitations