Fix readme

This commit is contained in:
Mikko Ahlroth 2013-08-23 07:21:03 +03:00
parent e431739dcc
commit d96eae16d3

View file

@ -1,7 +1,7 @@
ExCoder is a small Elixir library for encoding and decoding HTML entities. I ExCoder is a small Elixir library for encoding and decoding HTML entities. I
decided to write it because I needed to decode HTML entities (without caring decided to write it because I needed to decode HTML entities (without caring
about the mess of parsing HTML) and I did not want to learn Erlang XML about the mess of parsing HTML) and I did not want to use a full XML library
libraries. from the Erlang side.
ExCoder supports both decoding named and numbered HTML entities. Encoding will ExCoder supports both decoding named and numbered HTML entities. Encoding will
always use the decimal numbered format. always use the hexadecimal numbered format.