Update README.md

This commit is contained in:
Jaehyun Shin 2016-04-25 10:01:50 +09:00
parent 93b233b160
commit 7150222f2f
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
## Usage
To parse document, you must prepare html string.
The example below, `html` variable is the html source from [Elixir Design Goals](http://elixir-lang.org/blog/2013/08/08/elixir-design-goals/)
The example below, `html` variable is the html source from blog content "[Elixir Design Goals](http://elixir-lang.org/blog/2013/08/08/elixir-design-goals/)".
### Examples
```elixir