From f0f5ca406b544f38cd2ceec18c8874d71a27f4ff Mon Sep 17 00:00:00 2001 From: Abolfazl Sabagh Date: Thu, 21 Feb 2019 10:50:51 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d767d97..2b277ea 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ to install simple-file-uploader in your php project you can using composer ``` composer require a-sabagh/simple-file-uploader ``` -if you never willing to using composer you can download from Package and require `src/Uploader.php` +if you never willing to using composer you can download from [Package](https://github.com/a-sabagh/simple-file-uploader) and require `src/Uploader.php` ## Usage -You can access to faker objects by according blew following table: +You can access to faker objects by according blew following table[GitHub](http://github.com): ```php use SimpleUploader\Uploader;