Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler authored Jun 9, 2018
1 parent 573ca17 commit 21eeb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This preset will replace the default Bootstrap scaffolding with a custom Tailwin
To install, you must first add it as a composer dependency. Laravel will automatically register the service provider for you.

```
composer require zaknes/tailwind-preset
composer require zaknesler/tailwind-preset
```

Next, install either the `tailwind` preset or the `tailwind-auth` preset. The `tailwind-auth` preset includes authentication views, routes, and a controller.
Expand Down Expand Up @@ -43,5 +43,5 @@ yarn run dev
Make sure your database is configured and migrated, and you're done. At this point, you are free to remove the composer dependency, as it is no longer needed.

```
composer remove zaknes/tailwind-preset
composer remove zaknesler/tailwind-preset
```

0 comments on commit 21eeb96

Please sign in to comment.