xu ding 9 anni fa
parent
commit
d0e7226219
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      readme.md

+ 4 - 0
readme.md

@@ -9,7 +9,11 @@ To install, use composer:
 
 
 ## How to use
+```
+$resumable = new Resumable($request,$response);
+$resumable->process();
 
+```