From 7bd96d184b368cff82717bc7be6a22614479f1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 13 Jul 2021 20:27:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3dc6a8..ccc16f3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The imported `createApp` automatically includes a bit of global state and a `v-l ## Usage -The package provides a `v-livewire` directive that lets you configure bi-directional links between Vue state and Livewire state. +The package provides a `v-livewire` directive that lets you configure bidirectional links between Vue state and Livewire state. For example, if you had a `messages` property in Vue and an `items` property in Livewire, you could do: