aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-01 19:38:25 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-01 19:38:25 +0000
commit1ea57d9e309e5cc2f926fc89ad56f2b146bdd612 (patch)
treef34c1bc14c2325edb17b811faad09f4a85b85b4d
parentast testing + fix (diff)
downloadalive-1ea57d9e309e5cc2f926fc89ad56f2b146bdd612.tar.gz
alive-1ea57d9e309e5cc2f926fc89ad56f2b146bdd612.zip
fix README typo
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 38d0be3..892cda6 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# alive-coding
-This is an experimental livecoding langauge and environment, in which
+This is an experimental livecoding language and environment, in which
expressions persist and update until they are removed from the source code, and
the interpreter keeps no state that you cannot manipulate directly in the
-source. All this is enabled with a purely text-based language and works without
-special editor support.
+source. This yields a direct-manipulation like experience with a purely
+text-based language and works without special editor support.
## dependencies