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(); ```