From f7c5a5841e27c4304699e8252a61f5aff67e2042 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Fri, 15 Mar 2024 01:34:12 -0500 Subject: [PATCH] Fixing a few typos. --- README.md | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3ed4703..9d2c1e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Welcome to Pattern Wrangler -Pattern Wrangler is a tool to get your WordPress patterns under control, whether that means hiding core and remote patterns or mapping pattern categories. +Pattern Wrangler is a tool to get your WordPress patterns under control, whether that means hiding core and remote patterns or mapping pattern categories. ![Pattern Wrangler Featured](https://github.com/DLXPlugins/dlx-pattern-wrangler/assets/636521/02e6b011-9c63-495f-b65c-ee4824b859de) @@ -8,7 +8,7 @@ Pattern Wrangler is a tool to get your WordPress patterns under control, whether ## Quick Links -* Create an Issue or Feature Request. +* Create an Issue or Feature Request. * Leave a Support Request. * Visit the Plugin Download and Pricing Page. diff --git a/package.json b/package.json index 802f316..1b6a105 100644 --- a/package.json +++ b/package.json @@ -9,18 +9,18 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dlxplugins/dlx-pattern-wrangler.git" + "url": "git+https://github.com/dlxplugins/pattern-wrangler.git" }, "keywords": [ - "generateblocks", - "hacks" + "pattern", + "wrangler" ], "author": "Ronald Huereca", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/dlxplugins/dlx-pattern-wrangler/issues" + "url": "https://github.com/dlxplugins/pattern-wrangler/issues" }, - "homepage": "https://dlxplugins.com/plugins/dlx-pattern-wrangler/", + "homepage": "https://dlxplugins.com/plugins/pattern-wrangler/", "devDependencies": { "@babel/eslint-parser": "^7.18.2", "@babel/plugin-transform-arrow-functions": "^7.17.12",