From 455a199d789e4472f7ebc5f877e24137afd41157 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 7 May 2017 00:50:16 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0587861..d2499e1 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Program Structure __Optional parameters:__ `'navbar' => true` will show the page as a button in the app menu bar. `'icon' => '...'` will show an icon from FontAwesome in the menu bar. Setting this to `home` will show the icon `fa-home`. - `'styles'` => ["file.css"] will inject the listed CSS files into the page header (after all other CSS, like Bootstrap). - `'scripts'` => ["file.js"] will inject the listed JavaScript files into the page footer (after jQuery and other builtin scripts). + `'styles' => ["file.css"]` will inject the listed CSS files into the page header (after all other CSS, like Bootstrap). + `'scripts' => ["file.js"]` will inject the listed JavaScript files into the page footer (after jQuery and other builtin scripts). * lang/messages.php Array of alert messages. `"string"` is the language string for the message, `"type"` is one of `success`, `info`, `warning`, or `danger` (i.e. Bootstrap alert classes).