diff --git a/packages/ui-kit/README.md b/packages/ui-kit/README.md index 80cb77a4959..487c5208457 100644 --- a/packages/ui-kit/README.md +++ b/packages/ui-kit/README.md @@ -19,7 +19,6 @@ composer require hyde/ui-kit Since HydePHP already comes with several built-in views and templates, including a precompiled CSS file to get you started quickly, this package is not required to use HydePHP and is tailored to intermediate-to-advanced users, giving you an excellent productivity boost in kick-starting development of any custom Blade pages. - ## Usage Once installed, the package service provider will automatically register the Blade components for you to use. diff --git a/packages/ui-kit/docs/documentation.md b/packages/ui-kit/docs/documentation.md index 56be7eb0fc0..26b80792687 100644 --- a/packages/ui-kit/docs/documentation.md +++ b/packages/ui-kit/docs/documentation.md @@ -123,7 +123,7 @@ This component will convert any Markdown within it to HTML using the Hyde Markdo ```blade ## Markdown Heading - + Hello world! ```