Skip to content

Commit

Permalink
Syntax highlight Python code block in README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Nov 16, 2019
1 parent 76ed6b6 commit 43b41e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Features
As a very simple example (and you can see more examples in the
`SKiDL blog <https://xesscorp.github.io/skidl/docs/_site/blog/>`_),
the SKiDL program below describes a circuit that
takes an input voltage, divides it by three, and outputs it::
takes an input voltage, divides it by three, and outputs it:

.. code-block:: python
from skidl import *
Expand Down

0 comments on commit 43b41e1

Please sign in to comment.