Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Commit 44e7035

Browse files
author
Russell Smith
committed
Update readme to link to contributors and license file
1 parent 34e3a19 commit 44e7035

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ begin
3131
otp = Yubikey::OTP::Verify.new(:api_id => 1234,
3232
:api_key => 'NiSwGZBQ0gTbwXbRGWAf4kM5xXg=',
3333
:otp => 'dteffujehknhfjbrjnlnldnhcujvddbikngjrtgh')
34-
34+
3535
if otp.valid?
3636
p 'valid OTP'
3737
elsif otp.replayed?
@@ -57,16 +57,11 @@ Then run bundle install.
5757
## Copyright
5858

5959
### Ruby library
60-
Written by [Jonathan Rudenberg](https://github.com/titanous)
6160

62-
Copyright (c) 2009 Jonathan Rudenberg
61+
Written by [Jonathan Rudenberg](https://github.com/titanous). Copyright (c) 2009 Jonathan Rudenberg
6362

64-
The MIT License. See LICENSE.
63+
The MIT License. See [LICENSE](https://github.com/titanous/yubikey/blob/master/LICENSE).
6564

6665
### Contributors
67-
- Carl Byström
68-
- Erik Ruwalder
69-
- [Russell Smith](https://github.com/ukd1)
70-
- [Chris Lundquist](https://github.com/ChrisLundquist)
71-
- [Maarten van Grootel](https://github.com/maartenvg)
72-
- [Chris Benedict](https://github.com/chrisbdaemon)
66+
67+
[List of contributors](https://github.com/titanous/yubikey/graphs/contributors)

0 commit comments

Comments
 (0)