summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 21:33:21 +0500
committermavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 21:33:21 +0500
commitd72e6654c341405d49e6c7dc12d06b815d8eb1c2 (patch)
treeee481bb84ff5313a58f2ca1c091cc918b8a6ff05
parent7f4ce1e80f9d2e521ae3a1d09366b64ec87d49bb (diff)
Removed unnecessary line breaks
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ca07eae..887508c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Recipes
-Recipes is a program created on the Flutter framework based on the Dart programming language.<br><br>
+Recipes is a program created on the Flutter framework based on the Dart programming language.<br>
## Adding a new recipe
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>
+3. In the <b>lib/model/recipe.dart</b> file, add detailed information to the list about your recipe.<br>
## Screenshots