From 75ae0e97611f429f15c02c2b58254be6533419a0 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Mon, 19 Feb 2018 20:08:30 +0000 Subject: [PATCH] Update README.rst --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.49.0