summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 65a22a0..ca07eae 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
# Recipes
-<hr>
+
Recipes is a program created on the Flutter framework based on the Dart programming language.<br><br>
## Adding a new recipe
-<hr>
+
1. Add the kebab image to the <b>assets/</b> folder.<br>
2. In order for the program to detect your image, you need to add the path to your image to the <b>assets</b> section in <b>pubspec.yaml</b> file.<br>
3. In the <b>lib/model/recipe.dart</b> file, add detailed information to the list about your recipe.<br><br>
## Screenshots
-<hr>
<img src="screenshots/Screenshot_20210807-192454.jpg" width="360px"/>
<img src="screenshots/Screenshot_20210807-192504.jpg" width="360px"/>