From 2d15ce45c8a8ef8387f5c8035817fe45a607081c Mon Sep 17 00:00:00 2001 From: Vasanth Gopal Date: Tue, 4 Jul 2017 12:23:18 +0530 Subject: [PATCH] Update readme with anchor links for code gist. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 404873d..f5169a7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Popularly, many websites mark up their webpages with Schema.org vocabularies for ## Installation `npm install web-auto-extractor` -## Usage +## [Usage](#usage) ```js // IF CommonJS @@ -31,6 +31,7 @@ var parsed = WAE().parse(sampleHTML) Let's use the following text as the `sampleHTML` in our example. It uses Schema.org vocabularies to structure a Product information and is encoded in `microdata` format. +#### [Input](#input) ```html
ACME @@ -62,7 +63,7 @@ Let's use the following text as the `sampleHTML` in our example. It uses Schema.
``` -#### Result +#### [Output](#output) Our `parsed` object should look like -