Explorar el Código

update readme

xu ding hace 9 años
padre
commit
d0e7226219
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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();
 
+```