From 41d15d811727b4547a84feaf92c2e95783debe2c Mon Sep 17 00:00:00 2001 From: Ryan Smith <3045513+ryansmith94@users.noreply.github.com> Date: Fri, 22 Dec 2017 16:28:32 +0000 Subject: [PATCH] docs: Corrects emitter docs. --- lib/emitter/docs/readme.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lib/emitter/docs/readme.md b/lib/emitter/docs/readme.md index 5564723..32d0a79 100644 --- a/lib/emitter/docs/readme.md +++ b/lib/emitter/docs/readme.md @@ -1,10 +1,3 @@ -## Installation and Upgrading -You'll need to install [Composer](https://getcomposer.org/) first. - -- Install with `composer require learninglocker/xapi-recipe-emitter`. -- Update with `composer update learninglocker/xapi-recipe-emitter`. - - ## Supported Events Mapping for recipe names to recipe classes can be found in the [Controller](../src/Controller.php). @@ -47,14 +40,14 @@ When adding new events or modifying existing events, we recommend that you follo If this is your first pull request, you need to follow the steps below. 1. Click the "Fork" button (top right of Github). Github will fork (copy) this repository as your own so you can make changes. -2. Run `git remote set-url origin https://github.com/YOUR_USERNAME/xAPI-Recipe-Emitter.git` (replacing `YOUR_USERNAME` for your Github username). +2. Run `git remote set-url origin https://github.com/YOUR_USERNAME/moodle-logstore_xapi.git` (replacing `YOUR_USERNAME` for your Github username). Once this is done, you can then follow the steps for [subsequent pull requests](#subsequent-pull-requests) below. ### Subsequent Pull Requests 1. Run `git add -A; git commit -am "DESCRIPTION";` to commit your changes (replacing `DESCRIPTION` with a description of what you've changed). 2. Run `git push` to push your commits to your forked repository. -3. Go to "https://github.com/YOUR_USERNAME/xAPI-Recipe-Emitter/pulls" (replacing `YOUR_USERNAME` for your Github username). +3. Go to "https://github.com/YOUR_USERNAME/moodle-logstore_xapi/pulls" (replacing `YOUR_USERNAME` for your Github username). 4. Click the "New pull request" button to begin creating your pull request. 5. Click the "Create pull request" button (twice) to confirm the creation of your pull request. -- GitLab