Kaynağa Gözat

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

omidrezav 5 yıl önce
ebeveyn
işleme
6c4c614338
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  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