aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-03-24 11:37:00 +0100
committerLoïc Hoguin <[email protected]>2015-03-24 11:37:00 +0100
commiteab45765497e6eb3e031cba5dad66a7a20ec3651 (patch)
treee4c6c026bd01c5d0714c027f1276b20aa39bdff7
parent2d1c3a7589d0f30cbbbf486dbb4385dd7392e912 (diff)
parentb85c1f726ca49ac0e3abdcf717317cb95b06207d (diff)
downloadgun-eab45765497e6eb3e031cba5dad66a7a20ec3651.tar.gz
gun-eab45765497e6eb3e031cba5dad66a7a20ec3651.tar.bz2
gun-eab45765497e6eb3e031cba5dad66a7a20ec3651.zip
Merge branch 'patch-1' of https://github.com/alexr/gun
-rw-r--r--manual/gun.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/gun.md b/manual/gun.md
index 3baa1f7..611abf0 100644
--- a/manual/gun.md
+++ b/manual/gun.md
@@ -153,7 +153,7 @@ Exports
>
> Delete a resource.
-### get(ServerPid, Path) -> delete(ServerPid, Path, [])
+### get(ServerPid, Path) -> get(ServerPid, Path, [])
### get(ServerPid, Path, Headers) -> StreamRef
> Types:
@@ -164,7 +164,7 @@ Exports
>
> Fetch a resource.
-### head(ServerPid, Path) -> delete(ServerPid, Path, [])
+### head(ServerPid, Path) -> head(ServerPid, Path, [])
### head(ServerPid, Path, Headers) -> StreamRef
> Types:
@@ -177,7 +177,7 @@ Exports
>
> The server will not send the resource content, only headers.
-### options(ServerPid, Path) -> delete(ServerPid, Path, [])
+### options(ServerPid, Path) -> options(ServerPid, Path, [])
### options(ServerPid, Path, Headers) -> StreamRef
> Types: