Skip to content

Commit

Permalink
docs: update link to project website (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd authored Jan 17, 2022
1 parent 57df2ea commit 7c2e884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>microformats-parser</h1>
# microformats-parser

A JavaScript microformats v2 parser, with v1 back-compatibility. [View the demo](https://aimee-gm.github.io/microformats-parser/). Works with both the browser and node.js.
A JavaScript microformats v2 parser, with v1 back-compatibility. [View the demo](https://microformats.github.io/microformats-parser/). Works with both the browser and node.js.

Follows the [microformats2 parsing specification](http://microformats.org/wiki/microformats2-parsing).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A JavaScript microformats v2 parser for the browser and node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://aimee-gm.github.io/microformats-parser/",
"repository": "https://github.com/aimee-gm/microformats-parser.git",
"homepage": "https://microformats.github.io/microformats-parser/",
"repository": "https://github.com/microformats/microformats-parser.git",
"author": "Aimee Gamble-Milner (https://github.com/aimee-gm)",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 7c2e884

Please sign in to comment.