diff --git a/README.md b/README.md
index 5270a6a..d2ae25e 100644
--- a/README.md
+++ b/README.md
@@ -1,196 +1,58 @@
-# Roots WordPress Theme [http://www.rootstheme.com/](http://www.rootstheme.com/)
+# [Roots Theme](http://rootstheme.com/)
-## Changelog:
+Roots is a starting WordPress theme made for developers that’s based on [HTML5 Boilerplate](http://html5boilerplate.com/) and Starkers that will help you rapidly create brochure sites and blogs.
-### 3.6.0: August 12th, 2011
-
-
HTML5 Boilerplate 2.0 updates
-
Cleaner output of enqueued styles and scripts
-
Added option for root relative URLs
-
Small fixes to root relative URLs and clean assets
Added a function that strips unnecessary self-closing tags
-
Code cleanup and re-organization
-
+Roots includes support for Blueprint CSS, 960 Grid System, 1140px Grid, Adapt.js, LESS, Foundation, and Bootstrap with the ability to set site-wide classes for the main content area and the sidebar. There's also the option to not use any CSS framework.
-### 3.5.0: July 30th, 2011
-
-
Complete rewrite of theme options based on Twenty Eleven
-
CSS frameworks: refactored code and added default classes for each framework
-
CSS frameworks: added support for Adapt.js and LESS
-
CSS frameworks: added option for None
-
Added support for WPML and theme translation
-
Added option for cleaner nav menu output
-
Added option for FOUT-B-Gone
-
Added authorship rel attribute to post author link
-
Activation bugfix for pages being added multiple times
-
Bugfixes to the root relative URL function
-
Child themes will now load their CSS automatically and properly
-
HTML5 Boilerplate updates (including Normalize.css, Modernizr 2.0, and Respond.js)
-
Cleaner way of including HTML5 Boilerplate's .htaccess
-
Added hooks & actions (and moved lots of code into them)
-
Renamed includes/ directory to inc/
-
Added a blank inc/roots-custom.php file
-
+## Quick start
-### 3.2.4: May 19th, 2011
-
-
Bugfixes
-
Matching latest changes to HTML5 Boilerplate and Blueprint CSS
-
Updated jQuery to 1.6.1
-
+* Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master)
+* Read [Theme Activation](https://github.com/retlehs/roots/wiki/Theme-activation) to understand everything that happens once you activate Roots
-### 3.2.3: May 10th, 2011
-
-
Bugfixes
-
Added language_attributes() to <html>
-
Matching latest changes to HTML5 Boilerplate and Blueprint CSS
-
Updated jQuery to 1.6
-
+## Features
-### 3.2.2: April 24th, 2011
-
-
Bugfixes
-
+* HTML5 Boilerplate's markup, style, and .htaccess
+* Popular CSS frameworks included (with the option to use none)
+* Clean URLs (no more `/wp-content/`)
+* All static theme assets are rewritten to the website root (`/css/`, `/img/`, and `/js/`)
+* Cleaner HTML output of navigation menus
+* Root relative URLs
+* Posts use the hNews microformat
+* The gallery shortcode has been modified to use `` and ``
+* `wp_head` has been cleaned up along with the output of enqueued styles and scripts
+* Robots.txt optimized for SEO
+* [Multilingual ready](http://www.rootstheme.com/wpml/) (English, French, Italian, Dutch, Brazilian Portuguese, Macedonian, Finnish, and Danish)
-### 3.2.1: April 20th, 2011
+### Theme Options
+
-
-
Added support for child themes
-
+## Contributing
-### 3.2.0: April 15th, 2011
+Anyone and everyone is welcome to contribute. There are several ways you can help out:
-
-
Added support for the 1140px Grid
-
Updated the conditional comment code to match latest changes to HTML5 Boilerplate
-
+1. Raising [issues](https://github.com/retlehs/roots/issues) on GitHub
+2. Sending pull requests for bug fixes or new features and improvements
+3. Making the [docs](https://github.com/retlehs/roots/wiki) better
+4. Replying to questions on the [mailing list](http://groups.google.com/group/roots-theme)
-### 3.1.1: April 7th, 2011
+## Project information
-
-
Fixed relative path function to work correctly when WordPress is installed in a subdirectory