Skip to content

Commit

Permalink
Remove Security Warning, add comment for HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
vmitchell85 committed Aug 12, 2016
1 parent 1887e8b commit 469f412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Spark Kiosk Notify

# DO NOT USE - MAJOR SECURITY ISSUE FOUND

Adds a notification panel to your Laravel Spark Kiosk, allowing you to send notifications to users.

## Planned / Desired Features
Expand Down Expand Up @@ -58,6 +56,7 @@ Place a link to the notifications settings tab:
Inside the `<!-- Tab Panels -->` section, place the code to load the notifications tab:

```html
<!-- Notifications -->
<div role="tabpanel" class="tab-pane" id="notifications">
@include('spark-kiosk-notify::notifications')
</div>
Expand Down

0 comments on commit 469f412

Please sign in to comment.