diff options
author | Jesper Louis Andersen | 2022-10-25 18:17:42 +0000 |
---|---|---|
committer | Jesper Louis Andersen | 2022-10-25 18:17:42 +0000 |
commit | 562c485e2e7bd5330e1ccbeb9fd2dc87e3255f9f (patch) | |
tree | 3d83a52d4d895990b9b3b91ebaae5e78e938c51d | |
parent | 5b229b11cb63e77925c3d6af3ad8028e1ae7efc2 (diff) |
Fix the location of the main code in README
-rw-r--r-- | entries/jlouis/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/jlouis/README.md b/entries/jlouis/README.md index 540f3cb..2f14678 100644 --- a/entries/jlouis/README.md +++ b/entries/jlouis/README.md @@ -2,7 +2,7 @@ ## Instructions -Everything is in `bin/fib.ml` and the rest is just scaffolding. +Everything is in `lib/fib.ml` and the rest is just scaffolding. Use nix to get an OCaml development environment. |