diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfbf41..50f3e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ## [Unreleased] +### Fixed + +- Fixed recommended name format in README.md + ## [1.2.2] - 2026-03-19 ### Fixed diff --git a/README.md b/README.md index 2b89510..3103821 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Composer plugin allows Moodle plugins to be installed into the correct loca Your plugin should have a `composer.json` which defines the following fields: -- `name` in the format `moodle-[plugintype]_[pluginname]` +- `name` in the format `[githubuser]/moodle-[plugintype]_[pluginname]` - `type` of `moodle-[plugintype]`. ## As a site administrator