aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe29da7..afca483 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
# map-avl
-R6RSによるAVL木の単純な実装
+Simple implementation of AVL tree with R6RS.