Skip to content

Commit ab1a7eb

Browse files
authored
Fixed nested unordered list rendering
Also changed to dashes just to remain stylistically similar to the other unordered lists.
1 parent ab32d2a commit ab1a7eb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,19 @@ common set of requirements.
8484

8585
If you'd like to use the term "CircuitPython" and Blinka for your product here is what we ask:
8686

87-
* Your product is supported by the primary
87+
- Your product is supported by the primary
8888
`"adafruit/circuitpython" <https://github.com/adafruit/circuitpython>`_ repo. This way we can
8989
update any custom code as we update the CircuitPython internals.
90-
* Your product is listed on `circuitpython.org <https://circuitpython.org>`__ (source
90+
- Your product is listed on `circuitpython.org <https://circuitpython.org>`__ (source
9191
`here <https://github.com/adafruit/circuitpython-org/>`_). This is to ensure that a user of your
9292
product can always download the latest version of CircuitPython from the standard place.
93-
* Your product supports at least one standard "`Workflow <https://docs.circuitpython.org/en/latest/docs/workflows.html>`__" for serial and file access:
94-
* With a user accessible USB plug which appears as a CIRCUITPY drive when plugged in.
95-
* With file and serial access over Bluetooth Low Energy using the BLE Workflow.
96-
* With file access over WiFi using the WiFi Workflow with serial access over USB and/or WebSocket.
97-
* Boards that do not support the USB Workflow should be clearly marked.
93+
- Your product supports at least one standard "`Workflow <https://docs.circuitpython.org/en/latest/docs/workflows.html>`__" for serial and file access:
94+
95+
- With a user accessible USB plug which appears as a CIRCUITPY drive when plugged in.
96+
- With file and serial access over Bluetooth Low Energy using the BLE Workflow.
97+
- With file access over WiFi using the WiFi Workflow with serial access over USB and/or WebSocket.
98+
99+
- Boards that do not support the USB Workflow should be clearly marked.
98100

99101
If you choose not to meet these requirements, then we ask you call your version of CircuitPython
100102
something else (for example, SuperDuperPython) and not use the Blinka logo. You can say it is

0 commit comments

Comments
 (0)