From f9a36c8b92386a7b12994e059de37e872ced55f7 Mon Sep 17 00:00:00 2001 From: Philip Monk Date: Tue, 11 Oct 2016 10:42:11 -0700 Subject: [PATCH] update doc to reflect 5ce48de --- docs/docs/extras/advanced-integration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/extras/advanced-integration.rst b/docs/docs/extras/advanced-integration.rst index a5c87ae..c670358 100644 --- a/docs/docs/extras/advanced-integration.rst +++ b/docs/docs/extras/advanced-integration.rst @@ -21,5 +21,5 @@ Now, either include `count.min.js` if you want to show only the comment count (e.g. on an index page) or `embed.min.js` for the full comment client (see :doc:`../quickstart`); do not mix both. -You can have as many comments counters as you want in a page but be aware that it -implies one `GET` request per comment anchor. +You can have as many comments counters as you want in a page, and they will be +merged into a single `GET` request.