diff --git a/about.html b/about.html index 6adac82..4f2064f 100644 --- a/about.html +++ b/about.html @@ -1,12 +1,12 @@
-This page explains RLG-Web and how to use it. Since the project is still under rapid development, details may change.
+RLG-Web is a Web-based app for playing roguelike games in your Web browser.
RLG-Web uses WebSockets, which means the server can send data to your browser as soon as Rogue generates it, instead of waiting for the browser to ask for it. This reduces the lag time.
diff --git a/index.html b/index.html index 438f844..b711364 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -