Skip to content

Commit bcda675

Browse files
committed
chore: Fix screenshot path and reorder README sections
- Update the image path in `docs/screenshoots/screenshots.md` for a web screenshot. - Move the "ARCHITECTURE" section below the "SCREENSHOTS" section in the `README.md` file.
1 parent c27e645 commit bcda675

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Supported platforms:
2323
[![github_badge](docs/badges/badge-github.svg)](https://github.com/softartdev/NoteDelight/releases)
2424
[![web_badge](docs/badges/badge-web.svg)](https://softartdev.github.io/NoteDelight/)
2525

26-
## ARCHITECTURE 🏛
27-
28-
![Architecture blueprint for this project](docs/diagrams/architecture.png)
29-
3026
## SCREENSHOTS 🎞️
3127

3228
<img src="docs/screenshoots/android/dark/1.png" height="447"> <img src="docs/screenshoots/ios/light/5.png" height="447"> <img src="docs/screenshoots/desktop/dark/6.png" height="447">
3329
<img src="docs/screenshoots/web/light/0.png" height="447">
3430

3531
[More screenshoots…](/docs/screenshoots/screenshots.md)
3632

33+
## ARCHITECTURE 🏛
34+
35+
![Architecture blueprint for this project](docs/diagrams/architecture.png)
36+
3737
## WORK IN PROGRESS 🛠
3838

3939
| feature \ platform | Android | iOS | Desktop Java | Web |

docs/screenshoots/screenshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## SCREENSHOTS 🎞️
22

3-
<img src="docs/screenshoots/web/dark/0.png" height="447">
3+
<img src="web/dark/0.png" height="447">
44
<img src="android/dark/1.png" height="447"> <img src="ios/dark/1.png" height="447"> <img src="desktop/dark/1.png" height="447">
55
<img src="android/light/1.png" height="447"> <img src="ios/light/1.png" height="447"> <img src="desktop/light/1.png" height="447">
66
<img src="android/dark/2.png" height="447"> <img src="ios/dark/2.png" height="447"> <img src="desktop/dark/2.png" height="447">

0 commit comments

Comments
 (0)