From 8f1a6201d528edb5cdaf489541b073cb3e0372b7 Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Wed, 6 Mar 2013 22:40:05 -0500 Subject: [PATCH] A few edits on the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8c351d..633f571 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ We built Sidetap to be an easy-to-use implementation of the side navigation pattern popularized by apps like Sparrow and Facebook. It solves many common mobile development problems right out of the box. Here are some of the specific things we like about it: -- **Lightweight**: Sidetap only weighs 2k when minifyied and gzipped! +- **Lightweight**: Sidetap only weighs 2k when minified and gzipped! - **Device Support**: Sidetap aims to always deliver the best possible experience for all devices by starting with a basic experience and progressively enhancing it for more capable devices. -- **Less Decisions to Make**: By embracing convention over configuration, Sidetap let’s you start building your mobile interfaces right away. +- **Fewer Decisions to Make**: By embracing convention over configuration, Sidetap lets you start building your mobile interfaces right away. - **Simple**: Sidetap provides a flexible foundation for navigating between content panels on mobile devices using an easy-to-use syntax. [See it in action](http://harvesthq.github.com/Sidetap/demo/stonehenge/index.html). @@ -61,4 +61,4 @@ As with any software project, there's always room for improvement. These are som - More iOS-like header animations - Better touch support - Leaving side navigation open on larger screen devices (hello, iPad) -- Bringing polished version to more devices. \ No newline at end of file +- Bringing polished version to more devices.