We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d49b07 commit 00835d9Copy full SHA for 00835d9
1 file changed
README.md
@@ -8,7 +8,7 @@ After roughly 11 years this lib is finally getting and update. It uses a nice PH
8
# Something about XML itself
9
Valid XML needs to start with xml version and encoding declaration like ```<?xml version="1.0" encoding="utf-8"?>```. XML without it is invalid.
10
11
-Library by default uses UTF-8 encoding. So please make sure that all your strings are in proper encoding
+Library by default uses UTF-8 encoding. So please make sure that all your strings are properly encoded.
12
13
XML supports multiple type of text: text, CDATA and an element.
14
0 commit comments