]> jfr.im git - uguu.git/blobdiff - README.md
Adding the public files folder
[uguu.git] / README.md
index 6a36173951839af76faeb56ba3b92e0de1fc28e4..9daab4162d8e291a27d8c552a8b73aa0d83563d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,10 +25,5 @@ Make the uguu/public/files and uguu/rain/cache directory modifiable to the web s
   * Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext).
 
   E.g:
-  * curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload (HTML Response)
-  * curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool (Plain text Response)
-
-This will probably get changed later since it's messy and unpractical.
-
-# Contact
-[neku@pomf.se](mailto:neku@pomf.se) or [@Nekunekus](https://twitter.com/nekunekus).
+  * curl -i -F name=test.jpg -F file=@localfile.jpg http://path.to.uguu/api.php?d=upload (HTML Response)
+  * curl -i -F name=test.jpg -F file=@localfile.jpg http://path.to.uguu/api.php?d=upload-tool (Plain text Response)