summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnant Narayanan <anant@kix.in>2013-09-03 13:55:18 -0700
committerAnant Narayanan <anant@kix.in>2013-09-03 13:55:18 -0700
commit53669d621149e49c2a428722a62acfef3342c260 (patch)
treeeb04bad9dac9fed85e85f30e5dce09d71987ac70
parent2a44e106a1c4752166983e373fdfdc38e18dd1ec (diff)
downloadphp-jwt-53669d621149e49c2a428722a62acfef3342c260.zip
php-jwt-53669d621149e49c2a428722a62acfef3342c260.tar.gz
php-jwt-53669d621149e49c2a428722a62acfef3342c260.tar.bz2
Fix build status link in README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0be097..095e456 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-[![Build Status](https://travis-ci.org/phansys/php-jwt.png?branch=master)](https://travis-ci.org/phansys/php-jwt)
+[![Build Status](https://travis-ci.org/firebase/php-jwt.png?branch=master)](https://travis-ci.org/firebase/php-jwt)
+
PHP-JWT
=======
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should