From 09b1a20802989441145daba824c14c9231db8d9e Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sun, 9 Sep 2018 22:26:30 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3c3a4..fce783f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To read the published article about this example, please click [here](http://blo A collection of files that will extend the direct upload form by submitting the form to an iframe in order to allow you to use AJAX in order to build a proper progress bar. -You will need to have a Viddler API key and update the the `progress.php` and `index.php` page with your Viddler username and password to run this example. +You will need to have a Viddler API key and update the `progress.php` and `index.php` page with your Viddler username and password to run this example. You can view the working example [here](http://public.supportserver.viddler.com/upload-progress/).