Skip to content

Commit

Permalink
Fix links in README (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake authored and veelenga committed Aug 20, 2017
1 parent 5d4e515 commit e0f6d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Crystal JWT [![Build Status](https://travis-ci.org/greyblake/crystal-jwt.svg?branch=master)](https://travis-ci.org/greyblake/crystal-jwt)
# Crystal JWT [![Build Status](https://travis-ci.org/crystal-community/crystal-jwt.svg?branch=master)](https://travis-ci.org/crystal-community/jwt)

An implementation of [JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519) in Crystal programming language.

Expand All @@ -25,7 +25,7 @@ Add this to your application's `shard.yml`:
```yaml
dependencies:
jwt:
github: greyblake/crystal-jwt
github: crystal-community/crystal-jwt
```

## Usage
Expand Down

0 comments on commit e0f6d0e

Please sign in to comment.