From d96eae16d32e2ea362c7d985f2f00436e505f88d Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Fri, 23 Aug 2013 07:21:03 +0300 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e1f280..663402d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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 -about the mess of parsing HTML) and I did not want to learn Erlang XML -libraries. +about the mess of parsing HTML) and I did not want to use a full XML library +from the Erlang side. ExCoder supports both decoding named and numbered HTML entities. Encoding will -always use the decimal numbered format. +always use the hexadecimal numbered format.