aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-09-25 21:53:32 -0700
committerChris Lu <chris.lu@gmail.com>2014-09-25 21:53:32 -0700
commitd0229d99ed3b1b430f6de246f7a7b5f9d49d0212 (patch)
treea93480ba2733b25d2ffc31f38a9b0cae6b23eca8 /docs/api.rst
parent348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0 (diff)
downloadseaweedfs-d0229d99ed3b1b430f6de246f7a7b5f9d49d0212.tar.xz
seaweedfs-d0229d99ed3b1b430f6de246f7a7b5f9d49d0212.zip
name change on documents
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index cb66d5627..f26408f5a 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -180,7 +180,7 @@ Upload File
curl -F file=@/home/chris/myphoto.jpg http://127.0.0.1:8080/3,01637037d6
{"size": 43234}
-The size returned is the size stored on WeedFS, sometimes the file is automatically gzipped based on the mime type.
+The size returned is the size stored on Seaweed-FS, sometimes the file is automatically gzipped based on the mime type.
Upload File Directly
***********************************