Skip to content

Commit 14c1fac

Browse files
author
xmaster
committed
Updated readme
1 parent 772a532 commit 14c1fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ wine ~/.wine/drive_c/Python27/python -m pip install requests
9393
To avoid issues with the HTTP stream sending to be used as XML or JSON (in case it contains special charecters), the data can be encoded in Base64
9494

9595
Here is an example of post data format that can be used for XML:
96-
<myxml>
96+
```xml
9797
<DATA><KEYS><![CDATA[$KeyStream$]]></KEYS><DATE>$Date$</DATE></DATA>
98-
</myxml>
98+
```
9999

100100
### Tested on:
101101

0 commit comments

Comments
 (0)