Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Added link to samples
  • Loading branch information
SimplePotential authored Jul 1, 2021
1 parent 9f28166 commit 52d6b30
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
@@ -1,5 +1,5 @@
# spDialog by Simple Potential
spDialog is designed to provide web developers a simple way to show a quick dialog message to the user. The project aims to replace most instances of the out-of-the-box JS `Alert()` and `Confirm()` dialogs.
spDialog is designed to provide web developers a simple way to show a quick dialog message to the user. The project aims to replace most instances of the out-of-the-box JS `Alert()` and `Confirm()` dialogs. Working samples can be found at [https://simplepotential.github.io/spDialog/](https://simplepotential.github.io/spDialog/)

*__This document is a WIP__*

Expand Down Expand Up @@ -162,4 +162,4 @@ You can also access the following:
| answerFalse | A reference to the False button |
| answerCancel | A reference to the Cancel button |
| dialogBuilt | While technically for internal use, this will tell you when the dialog has been built |
| GetVersion() | Get the version number of spDialog that is currently in use |
| GetVersion() | Get the version number of spDialog that is currently in use |

0 comments on commit 52d6b30

Please sign in to comment.