Skip to content

Commit 38da609

Browse files
committed
update readme
1 parent 1f58bad commit 38da609

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Android MVVM Architecture - Modern Approach
2-
[![Android Unit Test](https://github.com/unusualcodeorg/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/unusualcodeorg/wimm-android-app/actions/workflows/android-unit-test.yml)
2+
[![Android Unit Test](https://github.com/fifocode/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/fifocode/wimm-android-app/actions/workflows/android-unit-test.yml)
33

44
## WhereIsMyMotivation
55

@@ -66,7 +66,7 @@ Read this article to understand the project structure and concepts used:
6666
## Installation Instructions
6767
```bash
6868
# clone the backend project wimm-node-app used for this App
69-
git clone https://github.com/unusualcodeorg/wimm-node-app.git --recursive
69+
git clone https://github.com/fifocode/wimm-node-app.git --recursive
7070

7171
# goto the wimm-node-app and run
7272
npm install
@@ -75,7 +75,7 @@ npm install
7575
docker-compose up -d
7676

7777
# clone the wimm-android-app
78-
git clone https://github.com/unusualcodeorg/wimm-android-app.git
78+
git clone https://github.com/fifocode/wimm-android-app.git
7979

8080
# open wimm-android-app in Android Studio and run the app
8181
echo "Enjoy learning Modern Android Development - WhereIsMyMotivation :D"
@@ -102,15 +102,15 @@ Example
102102
- Run the Backend Project to power this App as mentioned below
103103

104104
## Supporting Backend Project
105-
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/unusualcodeorg/wimm-node-app)
105+
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/fifocode/wimm-node-app)
106106

107107
## Find this project useful ? :heart:
108108
* Support it by clicking the :star: button on the upper right of this page. :v:
109109

110-
## More on YouTube channel - Unusual Code
111-
Subscribe to the YouTube channel `UnusualCode` for understanding the concepts used in this project:
110+
## More on YouTube channel - fifocode
111+
Subscribe to the YouTube channel `fifocode` for understanding the concepts used in this project:
112112

113-
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@unusualcode)
113+
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@fifocode)
114114

115115
## Contribution
116116
Please feel free to fork it and open a PR.

0 commit comments

Comments
 (0)