diff --git a/README.md b/README.md index ce1953b..a519707 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# emberconf2020 +# Sortable Recipes This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here. @@ -20,7 +20,7 @@ You will need the following things properly installed on your computer. ## Installation * `git clone ` this repository -* `cd emberconf2020` +* `cd sortable-recipes` * `npm install` ## Running / Development diff --git a/app/index.html b/app/index.html index 7f01a5c..2e22eaf 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,7 @@ - Emberconf2020 + Sortable Recipes diff --git a/package.json b/package.json index 56e8102..239cb72 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "emberconf2020", + "name": "Sortable Recipes - EmberConf 2020", "version": "0.0.0", "private": true, - "description": "Small description for emberconf2020 goes here", + "description": "Sort and view random recipes from MealDB", "repository": "", "license": "MIT", "author": "", diff --git a/tests/index.html b/tests/index.html index 981ec3e..6ee065b 100644 --- a/tests/index.html +++ b/tests/index.html @@ -3,7 +3,7 @@ - Emberconf2020 Tests + Sortable Recipes Tests