From 63a1348704d28e88a860d40435298d00935bf9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:03:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b8ef1ae..66cde68 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,6 @@ await plc.ConnectAsync( ## Writing data registers / contacts -⚠ **Never set a register by setting the property, always use one of the provided methods** - Registers are stored in an underlying layer for automatic handling, each register has a unique name and address. Classes that derive from `RegisterCollectionBase` reference these registers automatically using attributes.