From 96bcabd02be720664119d1917cb1684bc7444175 Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Mon, 25 Feb 2019 20:44:54 -0600 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6632c64..6b64011 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Of course, you must import the library to use it: .. code:: python import busio - import adafruit_CCS811 + import adafruit_ccs811 Next, initialize the I2C bus object.