Skip to content

Commit

Permalink
fix: update outdated references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ayhon committed Feb 3, 2025
1 parent ef55e10 commit 0e158b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ to display a detailed documentation.

> [!IMPORTANT]
> There are additional steps for the Lean backend. Files generated by the Lean backend
> import the `Base` package from Aeneas. To use those files in Lean:
> import the `Aeneas` package from Aeneas. To use those files in Lean:
> 1. Create a new Lean package using `lake new`.
> 2. Overwrite the `lean-toolchain` with the one inside `./backends/lean`.
> 3. Add `base` as a dependency in the `lakefile.lean`:
> 3. Add `aeneas` as a dependency in the `lakefile.lean`:
> ```lean
> require base from "PATH_TO_AENEAS_REPO/backends/lean"
> require aeneas from "PATH_TO_AENEAS_REPO/backends/lean"
> ```
> or in the `lakefile.toml`:
> ```toml
> [[require]]
> name = "base"
> name = "aeneas"
> path = "PATH_TO_AENEAS_REPO/backends/lean"
> ```
Expand Down

0 comments on commit 0e158b8

Please sign in to comment.