From 112ff6ae2e40ea8f6b3cbf7a34a9d3e5f502dfbb Mon Sep 17 00:00:00 2001 From: dmroeder Date: Thu, 7 Mar 2019 09:13:12 -0800 Subject: [PATCH] Updated checking version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a2698..d54d576 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ To verify the installation on Linux, open the terminal and use the following com ``` python -from pylogix import PLC -print(PLC().Version) +import pylogix +pylogix.__version__ ``` ### Your First Script: