Renamed project to Sortable Recipes
This commit is contained in:
parent
51dc8b2874
commit
0ee8af9f56
4 changed files with 6 additions and 6 deletions
|
@ -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 <repository-url>` this repository
|
||||
* `cd emberconf2020`
|
||||
* `cd sortable-recipes`
|
||||
* `npm install`
|
||||
|
||||
## Running / Development
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Emberconf2020</title>
|
||||
<title>Sortable Recipes</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
|
|
@ -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": "",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Emberconf2020 Tests</title>
|
||||
<title>Sortable Recipes Tests</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue