Skip to content

Commit 30f61ad

Browse files
committed
Fix formatting typos in README.
1 parent 946c4a4 commit 30f61ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Current PCF8574 is supported.
77
The original code started with the RPLCD library by Danilo Bargen, in https://github.com/dbrgn/RPLCD,
88
but it has been reworked considerably.
99

10-
lcd/lcd.py is too big to use as `.py`. Use `mpy-cross` to convert the `.py` files into `.mpy`.
10+
``lcd/lcd.py`` is too big to use as ``.py``. Use ``mpy-cross`` to convert the ``.py`` files into ``.mpy``.
1111

1212
Usage Example
1313
=============
1414

1515
The ``LCD`` supports character LCDs using the HD77480 chip.
1616

1717
The interface to the LCD is separated into an ``Interface`` class.
18-
Currently there is only one such class: `I2CPCF8574Interface.
18+
Currently there is only one such class: ``I2CPCF8574Interface``.
1919

2020
.. code-block:: python
2121

0 commit comments

Comments
 (0)