X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/355416c522c7f083978329ce28b5c49cfa0eb9bf..75ae0e97611f429f15c02c2b58254be6533419a0:/README.rst diff --git a/README.rst b/README.rst index 6abfd98..a018d69 100644 --- a/README.rst +++ b/README.rst @@ -43,11 +43,13 @@ on Micropython and testing.implementation.circuitpython should only be run on Ci Usage Example ============= -At the time of writing (git:3b2fc268)[https://github.com/cefn/Adafruit_Micropython_Blinka/tree/3b2fc268d89aee6a648da456224e6d48d2476baa], -the following sequence runs through some basic testing of the digitalio compatibility layer. :: +At the time of writing `git:3b2fc268 `, +the following sequence runs through some basic testing of the digitalio compatibility layer. -import testing -testing.main() +.. code-block:: python + + import testing + testing.main() Contributing