From 2139a648bd6e13f6aa41615dee740ba920eb922b Mon Sep 17 00:00:00 2001 From: Brian Dillingham Date: Sun, 3 Feb 2019 22:50:20 -0500 Subject: [PATCH] Update readme.md --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 095d623..184fa03 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,8 @@ Use buttons to trigger backend events, navigate nova routes or visit links. ```bash composer require dillingham/nova-button ``` ---- + +### Usage ```php use NovaButton\Button; @@ -30,8 +31,6 @@ public function fields(Request $request) } ``` ---- - Quick links: [Button Styles](https://github.com/dillingham/nova-button#button-styles) | [Event text / style](https://github.com/dillingham/nova-button#button-state) | [Navigation](https://github.com/dillingham/nova-button#button-navigation) | [CSS classes](https://github.com/dillingham/nova-button#button-classes) | [Lens example](https://github.com/dillingham/nova-button#example) ---