From 374547e03dbf3bbd675bd51d380c19afae85e410 Mon Sep 17 00:00:00 2001 From: Mangalamoorti Date: Wed, 8 Mar 2017 05:15:55 +0530 Subject: [PATCH] Update README correcting a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d14fe..0d3af59 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Additional options that can be passed, with default values shown: ```javascript var opts = { width: 128, // screen width - height; 32, // screen height + height: 32, // screen height address: 0x3C, // Pass I2C address of screen if it is not the default of 0x3C device: '/dev/i2c-1', // Pass your i2c device here if it is not /dev/i2c-1 microview: true, // set to true if you have a microview display