Parcourir la source

Modified readme and composer.json file to introduce customized package correctly

omidrezav il y a 5 ans
Parent
commit
6c4c614338
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 2 2
      composer.json
  2. 2 1
      readme.md

+ 2 - 2
composer.json

@@ -1,6 +1,6 @@
 {
-  "name": "dilab/resumable.php",
-  "description": "PHP package for Resumable.js",
+  "name": "omidfarahani/resumablephp",
+  "description": "PHP package for Resumable.js customized to comply with wordpress/fantastic",
   "authors": [
     {
       "name": "xu ding",

+ 2 - 1
readme.md

@@ -1,11 +1,12 @@
 # PHP backend for resumable.js
+## Customized to comply with wordpress/fantastic
 
 
 ## Installation
 
 To install, use composer:
 
-``` composer require dilab/resumable.php ```
+``` composer require omidfarahani/resumablephp ```
 
 
 ## How to use