Skip to content

Commit de5f6fe

Browse files
Fixed typos in README; corrected code of conduct URL
1 parent 08856e2 commit de5f6fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313
:target: https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR
1414
:alt: Build Status
1515

16-
.. Provide a convienent interface to the Slamtec RPLidar.
16+
.. Provide a convenient interface to the Slamtec RPLidar.
1717
1818
Dependencies
1919
=============
@@ -66,7 +66,7 @@ Usage Example
6666
process_data(scan_data)
6767
6868
except KeyboardInterrupt:
69-
print('Stoping.')
69+
print('Stopping.')
7070
lidar.stop()
7171
lidar.disconnect()
7272
@@ -75,7 +75,7 @@ Contributing
7575
============
7676

7777
Contributions are welcome! Please read our `Code of Conduct
78-
<https://github.com/adafruit/Adafruit_circuitpython_CircuitPython_RPLIDAR/blob/master/CODE_OF_CONDUCT.md>`_
78+
<https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR/blob/master/CODE_OF_CONDUCT.md>`_
7979
before contributing to help this project stay welcoming.
8080

8181
Documentation

0 commit comments

Comments
 (0)