about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-27 10:09:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-27 10:09:19 -0800
commit58e3f287a04c37f330f10f3d040223693a4efd16 (patch)
treeaec34387bacd3565050e57f05dc36710b8684391
parentc557baac96caabfa1fb859e6e8a6f11ddc0022eb (diff)
downloadteliva-58e3f287a04c37f330f10f3d040223693a4efd16.tar.gz
don't distract the tour with things we don't have
-rw-r--r--tour.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/tour.md b/tour.md
index a5ad642..e40fc93 100644
--- a/tour.md
+++ b/tour.md
@@ -1,12 +1,9 @@
 # A guided tour of Teliva
 
-Teliva is intended to be a safe environment for running shareable little
-text-mode Lua apps that are easy to modify. Apps aren't sandboxed yet, but I'm
-working on that.
-
-This page is an in-progress guided tour through [Teliva's Readme](https://github.com/akkartik/teliva#readme)
-and Lua's reference documentation. We'll start out really slow and gradually
-accelerate.
+Teliva is an environment for running shareable little text-mode Lua apps that
+are easy to modify. This page is an in-progress guided tour through [Teliva's
+Readme](https://github.com/akkartik/teliva#readme) and Lua's reference
+documentation. We'll start out really slow and gradually accelerate.
 
 _Prerequisites_