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

Commit 13e7565

Browse files
committed
Update README
1 parent 019a60e commit 13e7565

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
= !Auth_Yubico PHP class =
1+
== Auth_Yubico PHP class ==
22

33
The Yubico authentication PHP class provides an easy way to integrate
44
the Yubikey into your existing PHP-based user authentication
55
infrastructure. Installation is simple using PEAR.
66

7-
== Status and Roadmap ==
7+
=== Status and Roadmap ===
88

99
The module is stable and is used in production.
1010

@@ -17,7 +17,7 @@ exact wording. For any copyright year range specified as YYYY-ZZZZ in
1717
this package note that the range specifies every single year in that
1818
closed interval.
1919

20-
== Installation ==
20+
=== Installation ===
2121

2222
Make sure your PHP installation supports curl, and that you have
2323
installed PEAR. On Debian/Ubuntu systems:
@@ -29,11 +29,12 @@ Install the component by invoking:
2929
$ wget http://php-yubico.googlecode.com/files/Auth_Yubico-2.4.tgz
3030
$ pear install Auth_Yubico-2.4.tgz
3131

32-
== Example usage ==
32+
=== Example usage ===
3333

3434
The class is easy to use, in an HTML *.php file you invoke it as
3535
follows:
3636

37+
[source, php]
3738
-----------
3839
<?php
3940
require_once 'Auth/Yubico.php';
@@ -51,9 +52,9 @@ follows:
5152
?>
5253
-----------
5354

54-
== Demo page ==
55+
=== Demo page ===
5556

56-
Provided in the package is also a script 'demo.php' that demonstrate
57+
Provided in the package is also a script `demo.php` that demonstrate
5758
how you may use the package. The source code is available from:
5859

5960
https://github.com/Yubico/php-yubico/blob/master/demo.php
@@ -82,8 +83,3 @@ https://github.com/Yubico/php-yubico/blob/master/example/Modhex_Calculator.php
8283
It may be accessed here:
8384

8485
http://demo.yubico.com/php-yubico/Modhex_Calculator.php
85-
86-
== Feedback ==
87-
88-
If you want to discuss anything related to the Yubico PHP class,
89-
please contact Simon Josefsson <simon@yubico.com>.

0 commit comments

Comments
 (0)