diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index fd98cc86f..c3fa43be3 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -24,8 +24,8 @@ title: Developer Guide ## Acknowledgements References -1. [Developer Guide] (https://se-education.org/addressbook-level3/DeveloperGuide.html) -2. [User Guide] (https://se-education.org/addressbook-level3/UserGuide.html) +1. [Developer Guide](https://se-education.org/addressbook-level3/DeveloperGuide.html) +2. [User Guide](https://se-education.org/addressbook-level3/UserGuide.html) ## Design & implementation @@ -78,6 +78,7 @@ A new recipe titled "dumpings" will be added to `recipes:RecipeList`. The number ![RecipeListAdd](images/RecipeListAdd.png) + 3. `Delete` an existing recipe Recipe titled "chicken pizza" is at index 2 of the `RecipeList`. By giving the command `delete r/2`, `recipes:RecipeList` will remove `chicken pizza:Recipe` from the ArrayList of recipes.