From: Cefn Hoile Date: Mon, 19 Feb 2018 20:08:30 +0000 (+0000) Subject: Update README.rst X-Git-Tag: 0.1.0~4^2~66^2~3 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/75ae0e97611f429f15c02c2b58254be6533419a0?ds=sidebyside Update 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