You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/06/15 05:52:56 UTC

[plc4x] branch develop updated: chore(plc4go): update documentation

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 25b82e869c chore(plc4go): update documentation
25b82e869c is described below

commit 25b82e869ceb1a3dbac7bffb0b30e3f3df92a0ff
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Wed Jun 15 07:52:49 2022 +0200

    chore(plc4go): update documentation
---
 plc4go/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plc4go/README.md b/plc4go/README.md
index 7480937cf4..6b58e15769 100644
--- a/plc4go/README.md
+++ b/plc4go/README.md
@@ -21,7 +21,8 @@
 
 ## plc4go module
 
-To use plc4go use the `driverManager := plc4go.NewPlcDriverManager()` and register a driver e.g. 
+To use plc4go import `"github.com/apache/plc4x/plc4go/pkg/api"` and use the driver manager 
+`driverManager := plc4go.NewPlcDriverManager()` to register a driver e.g. 
 `drivers.RegisterKnxDriver(driverManager)`.
 
 ## plc4go tools