From 58e3f287a04c37f330f10f3d040223693a4efd16 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Nov 2021 10:09:19 -0800 Subject: [PATCH] don't distract the tour with things we don't have --- tour.md | 11 ++++------- 1 file 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_