diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 21:26:14 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 21:26:14 +0500 |
commit | f3ca189d5986fe444917827c760adf1bf2a46fa9 (patch) | |
tree | b0189dd4d541a56e4ce18f1069d53c97db456846 | |
parent | 6897810693d03a2a8d160e9de841312db2bc7785 (diff) |
Fixed display of screenshots
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,6 +11,6 @@ Recipes is a program created on the Flutter framework based on the Dart programm ## Screenshots <hr> -![[Screenshot_20210807-192454.jpg|360]] -![[Screenshot_20210807-192504.jpg|360]] -![[Screenshot_20210807-192511.jpg|360]]
\ No newline at end of file +<img src="screenshots/Screenshot_20210807-192454.jpg" width="360px"/> +<img src="screenshots/Screenshot_20210807-192504.jpg" width="360px"/> +<img src="screenshots/Screenshot_20210807-192511.jpg" width="360px"/> |