From 8218af0423eae5a8a0b075a57d03a63826a9f36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anh=20V=C5=A9=20=C4=90=E1=BB=97?= Date: Mon, 15 May 2017 13:32:00 +0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cb3ca..28b8aea 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ Use method `deleteKeys($keys)`. Example: $file = DotenvEditor::autoBackup(false); // Disable auto backup #### Method chaining -Some functions of loading, writing, backing up, restoring are implementation and usage of method chaining. So these functions can called to be chained together in a single statement. Example: +Some functions of loading, writing, backing up, restoring are implementation and usage of method chaining. So these functions can be called to chained together in a single statement. Example: $file = DotenvEditor::load('.env.example')->backup()->setKey('APP_URL', 'http://example.com')->save(); return $file->getKeys();