diff --git a/README.md b/README.md index d15ee5c..9794824 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,11 @@ array(7) { Returns the response $apdu as string or FALSE. -# To do: +## To do: There is some stuff to do. Some things are important but some are not. -## Implement important missing PC/SC functions and write documentation: +### Implement important missing PC/SC functions and write documentation: * SCardBeginTransaction() * SCardEndTransaction() @@ -188,14 +188,14 @@ There is some stuff to do. Some things are important but some are not. * SCardGetStatusChange() * Write complete API documentation -## Implement less important missing PC/SC functions: +### Implement less important missing PC/SC functions: * SCardGetAttrib() * SCardSetAttrib() * SCardListReaderGroups() * SCardReconnect() -## Goal: +### Goal: Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcsclite.apdu.fr/api/group__API.html) @@ -203,7 +203,7 @@ Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcscli This code is licensed under the terms of the PHP License version 3.01. PCSC-Lite is licensed in a way where it is possible to integrate it native in the PHP environment. -# Credits +## Credits This extension was originally written in 2005 by Johann Dantant. In 2011 Johannes Findeisen took his code and updated it to work with the current PHP version. Johannes maintains the code to this day, but there have been some contributions from other people in the past. All people who have worked on extending or porting the "pcsc" extension are listed below in alphabetical order by their last name. Thanks to all!