From 2652a356749ff09c70f37f195c32bf322c4f3f9c Mon Sep 17 00:00:00 2001 From: igor-chepurnoi Date: Mon, 20 Aug 2018 22:38:30 +0300 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d511f0..c08deed 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ $settings->remove('section', 'key'); $settings->removeAll(); // Get's all values in the specific section. -$settings->getAllBySection('admin'); +$settings->getAllBySection('section'); $settings->invalidateCache(); // automatically called on set(), remove(); ```