Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notes contain a few details specific to Ocaml.

**Prerequisites**

- OCaml `5.1`
- OCaml `5.4`
- opam
- make

Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To work on the exercises, you will need these pieces of software:
If you already have a switch for OCaml 5.1, either load that by running `opam switch <switch-name>`, or create a new switch by running:

```bash
opam switch create exercism 5.1.1
opam switch create exercism 5.4.0
```

The name `exercism` here is optional, but naming your switches is a good practice.
Expand Down