diff --git a/README.md b/README.md
index e0fcb3f..1646623 100644
--- a/README.md
+++ b/README.md
@@ -1,80 +1,3 @@
-# Virtual Split-Flap Display
+# Airport Split-Flap/Solari Board
-![Screenshot](thumbnail.png)
-
-This is a simulation of a split-flap display (often called a Solari board) designed to run in a web browser. It dynamically loads JSON data from a data source and renders that data as characters and images on the board. Individual characters are animated using CSS sprites.
-
-The look and feel are fully configurable by changing the markup and using different sprite images, and the included files are simply examples intended to get you started with your own project.
-
-## Application Structure
-
-`/public/js` - The client-side code is in `split-flap.js`. This code loads jquery, underscore and backbone from dnjs.cloudflare.com. You may wish to change this if your application will run disconnected.
-
-`/public/img` - Image sprites. Customize these to change the look of the split flap elements or utilize different character sets or status indicators. I've included the .pxd file(s) so you can edit these in Pixelmator.
-
-`/public/css` - The base styles for this application. These can be extended or overridden by adding your own in `/public/plugins`. Note how the `.full`, `.character` and `.number` definitions here define different (sub)sets of images on the character sprites. If you edit the character sprites you must also edit these classes to match.
-
-`public/index.html` - Example HTML to render into the browser. This is where you define the layout of your board and define some basic constants.
-
-`/public/plugins` - Custom Javascript, CSS and images. Use these as a starting point to connect to new data sources, change the look and feel, etc.
-
-`/app.js` - A simple Node.js application to serve static files (HTML, Javascript, CSS and images) and to serve JSON data to populate the displays. If you already have a web/application server you might not need this file.
-
-## Installation
-
-```
-git clone https://github.com/baspete/Split-Flap.git
-cd Split-Flap
-npm install
-node app.js
-```
-
-Navigate to `http://locahost:8080` in your browser.
-
-## Customization
-
-The look and feel is customized by changing the markup, CSS and sprite images. Of course, any size changes you make to the images must be reflected in the sprite images and vice-versa.
-
-The display refresh interval and the data source url are set in the `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+