You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme.md: Fix syntax error in the example
Fix the following error in the example provide in section Usage:
let rpi = require('raspi-ver);
^^^^^^^^^^^^
SyntaxError: Invalid or unexpected token
Signed-off-by: Leon Anavi <[email protected]>