Skip to content

Commit 00835d9

Browse files
author
Damijan Cavar
committed
cleanup
1 parent 5d49b07 commit 00835d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ After roughly 11 years this lib is finally getting and update. It uses a nice PH
88
# Something about XML itself
99
Valid XML needs to start with xml version and encoding declaration like ```<?xml version="1.0" encoding="utf-8"?>```. XML without it is invalid.
1010

11-
Library by default uses UTF-8 encoding. So please make sure that all your strings are in proper encoding
11+
Library by default uses UTF-8 encoding. So please make sure that all your strings are properly encoded.
1212

1313
XML supports multiple type of text: text, CDATA and an element.
1414

0 commit comments

Comments
 (0)