From 41c769ab5c19da92ecba35d9accc4bc123029e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 23 May 2017 20:47:46 +0200 Subject: Remove the use of bootstrap-carousel The custom.js file was converted to not use jquery also. Once bootstrap is gone, we can remove jquery entirely. --- docs/en/gun/1.0/guide/protocols.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/gun/1.0/guide/protocols.asciidoc') diff --git a/docs/en/gun/1.0/guide/protocols.asciidoc b/docs/en/gun/1.0/guide/protocols.asciidoc index 2180c5b4..5e3b273e 100644 --- a/docs/en/gun/1.0/guide/protocols.asciidoc +++ b/docs/en/gun/1.0/guide/protocols.asciidoc @@ -10,7 +10,7 @@ sends a request, the server sends back a response. Gun provides convenience functions for performing GET, HEAD, OPTIONS, POST, PATCH, PUT, and DELETE requests. All these -functions are aliases of `gun:request/{4,5}` for each respective +functions are aliases of `gun:request/{4,5,6}` for each respective methods. Gun also provides a `gun:data/4` function for streaming the request body. -- cgit v1.2.3