Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jachinte committed Jul 27, 2015
1 parent 457756b commit cb20146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# jQuery.SecretNav
SecretNav is a jQuery plugin that reveals a menu at the top or left of a web application, with a gorgeous 3d effect.

This plugin is inspired by the amazing work done by the [Codrops](http://tympanus.net/codrops/) team, specifically in the effects presented in [this](http://tympanus.net/codrops/2013/12/18/perspective-page-view-navigation/) article. The code is based in [their](https://github.com/codrops/PerspectivePageViewNavigation) implementation.
This plugin has been inspired by the amazing work done by the [Codrops](http://tympanus.net/codrops/) team, specifically by the effects presented in [this](http://tympanus.net/codrops/2013/12/18/perspective-page-view-navigation/) article. The code is based in [their](https://github.com/codrops/PerspectivePageViewNavigation) initial implementation.

## Install

Expand Down Expand Up @@ -47,7 +47,7 @@ $( document ).ready(function() {
});
```

Your HTML should looks like this:
Your HTML should look similar to this:

```html
<body>
Expand Down

0 comments on commit cb20146

Please sign in to comment.