From b15f7bc4cd7c83ec36320949b5fcf23521fb14bf Mon Sep 17 00:00:00 2001 From: BennyDaBee <97147515+BennyDaBee@users.noreply.github.com> Date: Tue, 16 Aug 2022 08:49:10 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5981777..cbbda0c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ cd src sudo nano index.js ``` Make the following lines similar to this -```deviceId: process.env.ONSTAR_DEVICEID || 'uuidhere', +``` +deviceId: process.env.ONSTAR_DEVICEID || 'uuidhere', vin: process.env.ONSTAR_VIN || 'vinhere', username: process.env.ONSTAR_USERNAME 'usernamehere', password: process.env.ONSTAR_PASSWORD 'password here',