Skip to content

Commit fc9b0e9

Browse files
committed
Fixed broken CoC link, tweaked spacing.
1 parent 0075f7a commit fc9b0e9

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
@@ -40,15 +40,15 @@ To set it to 1000000 use :
4040
.. code-block:: python
4141
4242
# Initialze RFM radio
43-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
43+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ, baudrate=1000000)
4444
4545
4646
4747
Contributing
4848
============
4949

5050
Contributions are welcome! Please read our `Code of Conduct
51-
<https://github.com/adafruit/adafruit_CircuitPython_rfm95/blob/master/CODE_OF_CONDUCT.md>`_
51+
<https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/master/CODE_OF_CONDUCT.md>`_
5252
before contributing to help this project stay welcoming.
5353

5454
Building locally

0 commit comments

Comments
 (0)