From d72e6654c341405d49e6c7dc12d06b815d8eb1c2 Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Sat, 7 Aug 2021 21:33:21 +0500 Subject: Removed unnecessary line breaks --- README.md | 4 ++-- 1 file 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.

+Recipes is a program created on the Flutter framework based on the Dart programming language.
## Adding a new recipe 1. Add the kebab image to the assets/ folder.
2. In order for the program to detect your image, you need to add the path to your image to the assets section in pubspec.yaml file.
-3. In the lib/model/recipe.dart file, add detailed information to the list about your recipe.

+3. In the lib/model/recipe.dart file, add detailed information to the list about your recipe.
## Screenshots -- cgit v1.2.3