diff --git a/docs/readme.md b/docs/readme.md index d380f76ab91c91ed4f88c6a2bab63dba0776d790..ba0f6d43087839f0bf3773c0247275321be24a7a 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -40,7 +40,7 @@ The plugin uses the three parts listed above in the following way. These parts have been separated into their own repositories to improve their reusability since these parts will be used in other projects. ## Adding Events -Assuming you've already [installed (using Git)](installation.md), you'll need to follow the steps below to begin developing. +Assuming you've already [installed](installation.md), you'll need to follow the steps below to begin developing. 1. Run `cd admin/tool/log/store/xapi` from the root directory of Moodle. 2. Run `php -r "readfile('https://getcomposer.org/installer');" | php` to install Composer.