From b61490b75c76a855f59f84df5ae6044585fbb611 Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Sat, 27 Aug 2016 16:31:49 +0200 Subject: [PATCH] Replace ampersand by semicolon in example request (README) to follow the RFC. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11baf6f..9d49422 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ __Bold parameters__ are mandatory. Example: ``` -GET /auth?jid=user%40host%2fresource&domain=example.org&method=POST&transaction_id=WhatEverYouWant&timeout=120 HTTP/1.1 +GET /auth?jid=user%40host%2fresource;domain=example.org;method=POST;transaction_id=WhatEverYouWant;timeout=120 HTTP/1.1 ``` This will send a request to the given JID, then return HTTP code depending on what appended.