]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update README.rst
authorCefn Hoile <github.com@cefn.com>
Mon, 19 Feb 2018 20:08:30 +0000 (20:08 +0000)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2018 20:08:30 +0000 (20:08 +0000)
README.rst

index 6abfd984b833fe3fcf1ed605d4414a84a9e0a0e4..a018d6974050477210763624bd3177d5bf3fec49 100644 (file)
@@ -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 <https://github.com/cefn/Adafruit_Micropython_Blinka/tree/3b2fc268d89aee6a648da456224e6d48d2476baa>`,
+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