From 44227c5128dc064b91a4ec5d056d154217eb2137 Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Thu, 10 Mar 2022 21:59:19 +0000 Subject: [PATCH] chore: docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7dc611..b14c6e2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The list of arguments can be treated like any set of arguments defined on a func {{ $hello('Taylor', 'Yo, ') }} ``` -The above code will now output `Hello, Ryan!` as well as `Yo, Taylor!`. +The above code will now output `Hello, Ryan!` as well as `Yo, Taylor!`. This is really cool, I know! ## Testing