Skip to content

Commit 1eb29cd

Browse files
committed
Update demo video README note
1 parent 458f455 commit 1eb29cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ WeatherApp is a SwiftUI weather client that fetches a 5-day forecast from OpenWe
1111
- Dependency direction: Views depend on view models, view models depend on protocols, services depend on infrastructure helpers, and domain models stay framework-light.
1212
- Scope: one application target and one unit-test target.
1313

14+
For the full architecture write-up, see [Architecture.md](/Users/blessingmabunda/Documents/WeatherApp/docs/Architecture.md).
15+
1416
## Project Structure
1517

1618
```text
@@ -28,15 +30,15 @@ AppStore Screenshots/
2830
docs/
2931
```
3032

31-
See [docs/Architecture.md](/Users/blessingmabunda/Documents/WeatherApp/docs/Architecture.md) for the detailed architecture breakdown.
33+
See [Architecture.md](/Users/blessingmabunda/Documents/WeatherApp/docs/Architecture.md) for the detailed architecture breakdown.
3234

3335
## App Store Screenshots
3436

3537
App Store screenshots were generated with [appscreenshot.xyz](https://appscreenshot.xyz/) and are saved in the [AppStore Screenshots](/Users/blessingmabunda/Documents/WeatherApp/AppStore%20Screenshots) folder.
3638

3739
## App Demo Video
3840

39-
The project also includes an app demo video saved in the [AppDemoVid](/Users/blessingmabunda/Documents/WeatherApp/AppDemoVid) folder.
41+
The app demo video can be downloaded from the [AppDemoVid](/Users/blessingmabunda/Documents/WeatherApp/AppDemoVid) folder for viewing.
4042

4143
## Third-Party Dependencies
4244

0 commit comments

Comments
 (0)