diff options
author | Mavlon <82092080+mavlushechka@users.noreply.github.com> | 2021-10-31 00:55:49 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 00:55:49 +0500 |
commit | cf7c85948ea7006a7ec5378df721942019bd653e (patch) | |
tree | c91015d337d7a14a2ef5ce6c0f21a3378caa9172 | |
parent | d0f96675183fbda6031332051c7c9d220f9df64d (diff) |
Fixed name of foler models
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Recipes is a program created on the Flutter framework based on the Dart programm 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> +3. In the <b>lib/models/recipe.dart</b> file, add detailed information to the list about your recipe.<br> ## Screenshots |