aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
commitc20155977bc23c2be19842cc065e4444b304ecce (patch)
tree834bb05fb78995e5fd32721630cad9a3742c3a47 /README.md
parent552cd6c999f3e44b13be88e45c4a8cb391eb40cf (diff)
Rename from `algebraic-structs` to `algebraic-structures`
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9dadc45..f668c46 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# algebraic-structs
+# algebraic-structures
Provides useful algebraic structures for programming using parameterized module.
@@ -7,7 +7,7 @@ Provides useful algebraic structures for programming using parameterized module.
Run `chicken-install` in the project's root directory.
```
-$ cd algebraic-structs
+$ cd algebraic-structures
$ chicken-install
```