summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorLucas Gabriel Schneider <casdpa@gmail.com>2020-01-15 17:15:59 -0300
committerJoel Hans <joel@netdata.cloud>2020-01-15 13:15:59 -0700
commit1d9d0982a17f2feaf1b8765b059d2de7a93bf8f9 (patch)
treea6bfa260274d48f4ef99380140de0e179df761ef /collectors
parent83d8f9138e583c9aa1f491d262658fec93d7e724 (diff)
multiple files: fix typos (#7752)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/am2320/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/am2320/README.md b/collectors/python.d.plugin/am2320/README.md
index 7095752212..a0c47e80db 100644
--- a/collectors/python.d.plugin/am2320/README.md
+++ b/collectors/python.d.plugin/am2320/README.md
@@ -1,5 +1,5 @@
# AM2320
-This module will display a graph of the temperture and humity from a AM2320 sensor.
+This module will display a graph of the temperature and humity from a AM2320 sensor.
**Requirements:**
- Adafruit Circuit Python AM2320 library
@@ -25,7 +25,7 @@ Raspberry Pi 3B/4 Pins:
- Board GND (pin 6) to sensor GND (pin 3)
- Board SCL (pin 5) to sensor SCL (pin 4)
-You may also need to add two I2C pullup resistors if your board does not already have them. The Raspberry Pi does have internal pullup resistors but it doesnt hurt to add them anyway. You can use 2.2K - 10K but we will just use 10K. The resistors go from VDD to SCL and SDA each.
+You may also need to add two I2C pullup resistors if your board does not already have them. The Raspberry Pi does have internal pullup resistors but it doesn't hurt to add them anyway. You can use 2.2K - 10K but we will just use 10K. The resistors go from VDD to SCL and SDA each.
Software install:
- `sudo pip3 install adafruit-circuitpython-am2320`