Skip to content

Commit

Permalink
Add Logo to README.md
Browse files Browse the repository at this point in the history
Update deps to include GnuTLS as alternative to OpenSSL
  • Loading branch information
benmcollins committed Nov 30, 2017
1 parent 2e704d1 commit 0a09ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![LibJWT Logo](https://user-images.githubusercontent.com/320303/33439880-82406da4-d5bc-11e7-8959-6d53553c1984.png)

# JWT C Library

[![Build Status](https://travis-ci.org/benmcollins/libjwt.svg?branch=master)](https://travis-ci.org/benmcollins/libjwt) [![codecov.io](http://codecov.io/github/benmcollins/libjwt/coverage.svg?branch=master)](http://codecov.io/github/benmcollins/libjwt?branch=master)
Expand All @@ -7,7 +9,7 @@
## Build Requirements

- https://github.com/akheron/jansson
- OpenSSL
- OpenSSL or GnuTLS

## Documentation

Expand Down

0 comments on commit 0a09ace

Please sign in to comment.