From cc5e07271ae21c5ee48afee1aa20fc85e3a40211 Mon Sep 17 00:00:00 2001 From: Jaehyun Shin Date: Mon, 25 Apr 2016 10:03:16 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9254b8b..83aa9ff 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The example below, `html` variable is the html source from blog content "[Elixir Readability.title(html) #=> Elixir Design Goals -### Extract the content with transformed html. +### Extract the primary content with transformed html. html |> Readability.article |> Readability.raw_html @@ -46,7 +46,7 @@ html # ... # ... out our sidebar for other learning resources.

-### Extract the text only content. +### Extract only text from the primary content. html |> Readability.article |> Readability.readable_text