Skip to content

Commit

Permalink
Merge pull request #11 from ryankurte/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ryankurte authored Nov 3, 2016
2 parents 3c596e9 + e66a674 commit 8faf24c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ This also includes a virtual token implementation for integration testing, see [

[![Build Status](https://travis-ci.org/ryankurte/go-u2f.svg?branch=master)](https://travis-ci.org/ryankurte/go-u2f)

Components working, API subject to change as better interfaces are realised. Suggest installation with `gopkg.in/ryankurte/go-u2f.v1`.
Components working, API subject to change as better interfaces are realised. Suggest installation with `gopkg.in/ryankurte/go-u2f.v0` and/or making sure you have reasonable tests.

## Usage

Please visit http://godoc.org/github.com/ryankurte/go-u2f for the full
documentation.
Please visit http://godoc.org/github.com/ryankurte/go-u2f for the full documentation.

### Request Enrolment

Expand Down Expand Up @@ -136,3 +135,7 @@ You can then test registering and authenticating using your token.
## License

The Go FIDO U2F Library is licensed under the MIT License.

------

If you have any questions, comments, or suggestions, feel free to open an issue or a pull request.

0 comments on commit 8faf24c

Please sign in to comment.