From 3ec0050d675ac473177e3b61c07d4397889e85f5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 28 Apr 2019 17:44:07 +0700 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8fe2b..67a3e73 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Sets absolute URLs for `og:image` meta tags. This is required by the spec and re You can fix this directly in parcel by using `--public-url https://example.com`, however now all your URLs are hardcoded to absolute URLs which may be undesirable and can break things like prerendering. -This plugin uses the value of the `og:url` meta tag to convert `og:image` to absolute URL. +This plugin uses the value of the `og:url` meta tag to convert `og:image` to an absolute URL. ## Install