From 0ee8af9f566cca4b9cedc8dc2073cb12b05abb67 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sun, 22 Dec 2019 17:01:59 -0600 Subject: [PATCH] Renamed project to Sortable Recipes --- README.md | 4 ++-- app/index.html | 2 +- package.json | 4 ++-- tests/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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