Skip to content

Commit da64529

Browse files
committed
Fix markdown syntax issues
1 parent af7cbe0 commit da64529

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,17 @@ With a valid OAuth token, the client may finally invoke the wsl4cc service to in
6464

6565
The main REST endpoint is the following:
6666

67-
POST https://<hostname>/wsl4cc/destinations/<dest>/rfc
67+
POST https://{hostname}/wsl4cc/destinations/{dest}/rfc
6868

69-
where <hostname> is your application URL hostname and <dest> is your RFC destination name.
69+
where {hostname} is your application URL hostname and {dest} is your RFC destination name.
7070

7171
HEADERS
7272
-------
73+
```
7374
Content-Type: application/json
7475
Accept: application/json
7576
Authorization: Bearer token generated by OAuth
77+
```
7678

7779
INPUT BODY
7880
----------

0 commit comments

Comments
 (0)