Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

A few edits on the README. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
- Bringing polished version to more devices.