summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaggers <chris.bagley@gmail.com>2016-12-29 14:24:07 +0100
committerBaggers <chris.bagley@gmail.com>2016-12-29 14:24:07 +0100
commit5d0f24489baf96d618946f0eb390ac45b1d0a32f (patch)
tree7e3a5f7feaf647d619b484814134df10cbbd9f3f
parent7eb180c4cd74e3bbcba536bcfa97fd620a0e3b0e (diff)
add ecl to the readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fbbaad..f32c97f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Provides a macroexpand-all function that calls the implementation specific equivalent.
-Supports: `abcl`, `allegro`, `ccl`, `clisp`, `cmucl`, `corman`, `lispworks`, `mkcl`, `sbcl` & `scl`
+Supports: `abcl`, `allegro`, `ccl`, `clisp`, `cmucl`, `corman`, `lispworks`, `mkcl`, `sbcl`, `ecl` & `scl`
On unsupported implementations it returns the form unchanged and emits a warning.