diff --git a/README.md b/README.md
index 3d43bc16..95dc4ab4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
[![Code Climate](http://img.shields.io/codeclimate/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
-[![Version](http://img.shields.io/badge/version-0.6.3-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
+[![Version](http://img.shields.io/badge/version-0.6.4-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
**:space_invader: Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com)
@@ -45,7 +45,7 @@ npm install satellizer --save
or use the CDN:
```html
-
+
```
## Usage
@@ -227,6 +227,14 @@ authentication process works.
**:bulb: Note:** To learn more about JSON Web Token (JWT) visit [JWT.io](http://jwt.io/).
+## FAQ
+
+- How do I add a new OAuth provider?
+- How to send a token using different HTTP header?
+- Can I remap server-side URLs?
+- Can I store token in a cookie instead of Local Storage?
+- How do I get a current user object?
+
## Obtaining OAuth Keys
@@ -265,14 +273,6 @@ authentication process works.
- Check the box **Allow this application to be used to Sign in with Twitter**
- Click **Update this Twitter's applications settings**
-## FAQ
-
-- How do I add a new OAuth provider?
-- How to send a token using different HTTP header?
-- Can I remap server-side URLs?
-- Can I store token in a cookie instead of Local Storage?
-- How do I get a current user object?
-
## API Reference
- [`$auth.login(user)`](#authlogin)
diff --git a/bower.json b/bower.json
index 7e45b26f..11a719e1 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "satellizer",
- "version": "0.6.3",
+ "version": "0.6.4",
"main": "satellizer.js",
"homepage": "https://github.com/sahat/satellizer",
"ignore": [
diff --git a/package.json b/package.json
index 90d8b4bd..a0b72ec4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
- "version": "0.6.3",
+ "version": "0.6.4",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"