aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Chen2021-04-17 17:55:04 +0100
committerJosh Chen2021-04-17 17:55:04 +0100
commit1928649fd490d50d1e05fef6cbb22ca38d81cbe5 (patch)
tree84ceb0ff1984495fd584e031f3fa04040f96f568
parenteab890b514b4ff16e46959117416c6db2c27aaf6 (diff)
update readme
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index eae65b9..ca053bd 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ Thus this project is also an experiment in creating a viable framework, based on
### Usage
-Isabelle/HoTT is compatible with Isabelle2020.
-To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2020/ROOTS` (on Mac/Linux/cygwin installations):
+Isabelle/HoTT is compatible with Isabelle2021.
+To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2021/ROOTS` (on Mac/Linux/cygwin installations):
```
-$ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS
+$ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2021/ROOTS
```
### To-do list
@@ -28,4 +28,3 @@ In no particular order.
- [ ] Recursive function definitions
- [ ] Inductive type definitions
- [ ] Higher inductive type definitions
-