diff options
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 |