From adca37337a027ad56eccb13389cc5dae0abccad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 17 Mar 2021 17:54:23 +0100 Subject: [PATCH] restructure readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e6580..e01a4a3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The package ships with two pairs of traits and attributes. One for *explicit* ac This acts as a layer on top of Livewire's logic for distinguishing public properties, but it gives you the ability to manually make changes when you need more control than property/method visibility. -## Why this is useful +## Why use this? The trait for only allowing explicit access can also be useful to prevent accidentally making methods `public` when it's not needed, which has the potential to lead to security issues.