diff --git a/README.md b/README.md
index 702d9df..7284fe3 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,14 @@ In your dashboard view you can use the `livewire:forge-server-tile` and `livewir
...
+```
+
+## Customizing the view
+If you want to customize the view used to render this tile, run this command:
+
+```bash
+php artisan vendor:publish --provider="aglipanci\ForgeTile\ForgeTileServiceProvider" --tag="dashboard-forge-tile-views"
```
## Testing
diff --git a/resources/views/recent-events.blade.php b/resources/views/recent-events.blade.php
index 9b46fc4..cac315d 100644
--- a/resources/views/recent-events.blade.php
+++ b/resources/views/recent-events.blade.php
@@ -1,34 +1,30 @@
-
{{$title ?? 'Forge Recent Events'}}
+
{{ $title ?? 'Forge Recent Events' }}
-
+
- @if(count($events))
- @foreach($events as $event)
-