aboutsummaryrefslogtreecommitdiff
path: root/entries
diff options
context:
space:
mode:
authorJesper Louis Andersen2022-10-25 18:17:42 +0000
committerJesper Louis Andersen2022-10-25 18:17:42 +0000
commit562c485e2e7bd5330e1ccbeb9fd2dc87e3255f9f (patch)
tree3d83a52d4d895990b9b3b91ebaae5e78e938c51d /entries
parent5b229b11cb63e77925c3d6af3ad8028e1ae7efc2 (diff)
Fix the location of the main code in README
Diffstat (limited to 'entries')
-rw-r--r--entries/jlouis/README.md2
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.