From dce70db08809b3d1499c774d8ad577cff6fe823e Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Tue, 15 Oct 2024 12:35:22 +0300 Subject: [PATCH] Minor: Fix a couple of typos One out by @robertdevore in #580, the other I noticed myself while fixing the first one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1c197..da035ac 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ From the users' perspective, it works just like with plugins and themes hosted o Getting Started --------------- -*Note:* In each of the below examples, part of the instructions are to create an instance of the update checker class. It's recommended to do this either during the `plugins_loaded` action or outside of any hooks. If you do it only during an `admin_*` action, then updates will not be visible to a wide variety of WordPress maanagement tools; they will only be visible to logged-in users on dashboard pages. +*Note:* In each of the below examples, part of the instructions is to create an instance of the update checker class. It's recommended to do this either during the `plugins_loaded` action or outside of any hooks. If you do it only during an `admin_*` action, then updates will not be visible to a wide variety of WordPress management tools; they will only be visible to logged-in users on dashboard pages. ### Self-hosted Plugins and Themes