Replace ampersand by semicolon in example request (README) to follow the RFC.

This commit is contained in:
Chteufleur 2016-08-27 16:31:49 +02:00
parent 89efb0137b
commit b61490b75c
1 changed files with 1 additions and 1 deletions

View File

@ -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.