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/05/27 15:33:32 UTC

[plc4x] branch develop updated: chore(plc4go/tools): fix markdown

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 d6af65caff chore(plc4go/tools): fix markdown
d6af65caff is described below

commit d6af65caff3f7117dade2a2e5054d76c3ee26361
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri May 27 17:33:25 2022 +0200

    chore(plc4go/tools): fix markdown
---
 plc4go/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/plc4go/README.md b/plc4go/README.md
index aa82e5ff25..3b63ef77e4 100644
--- a/plc4go/README.md
+++ b/plc4go/README.md
@@ -17,12 +17,14 @@
   under the License.
   -->
 
-==plc4go module==
+# plc4go
+
+## plc4go module
 
 To use plc4go use the `driverManager := plc4go.NewPlcDriverManager()` and register a driver e.g. 
 `drivers.RegisterKnxDriver(driverManager)`.
 
-==plc4go tools==
+## plc4go tools
 
 To install a tool e.g. plc4xpcapanalyzer install it like that: 
 `go install github.com/apache/plc4x/plc4go/tools/plc4xpcapanalyzer@latest`
\ No newline at end of file