Skip to content

Commit 0583816

Browse files
committed
Update readmes
1 parent 98eeaa5 commit 0583816

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

mvvm-delegates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Clone the repository:
1616

1717
`git clone git@github.com:tailec/ios-architecture.git`
1818

19-
Checkout `mvvm-delegates` branch:
19+
Navigate to `mvvm-delegates` directory:
2020

21-
`git checkout mvvm-delegates`
21+
`cd mvvm-delegates`
2222

2323
No `pod install` is required in this example.

mvvm-functions-subjects-observables/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Clone the repository:
1717

1818
`git clone git@github.com:tailec/ios-architecture.git`
1919

20-
Checkout `mvvm-rxswift-functions-subjects-observables` branch:
21-
22-
`git checkout mvvm-rxswift-functions-subjects-observables`
20+
Navigate to `mvvm-rxswift-functions-subjects-observables` directory:
2321

22+
`cd mvvm-rxswift-functions-subjects-observables`
2423

2524
Install dependencies:
2625

mvvm-rxswift-pure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Clone the repository:
3131

3232
`git clone git@github.com:tailec/ios-architecture.git`
3333

34-
Checkout `mvvm-rxswift-pure-observables` branch:
34+
Navigate to `mvvm-rxswift-pure` directory:
3535

36-
`git checkout mvvm-rxswift-pure-observables`
36+
`cd mvvm-rxswift-pure`
3737

3838
Install dependencies:
3939

mvvm-rxswift-subjects-observables/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Clone the repository:
1717

1818
`git clone git@github.com:tailec/ios-architecture.git`
1919

20-
Checkout `mvvm-rxswift-subjects-observables` branch:
20+
Navigate to `mvvm-rxswift-subjects-observables` repository:
2121

22-
`git checkout mvvm-rxswift-subjects-observables`
22+
`cd mvvm-rxswift-subjects-observables`
2323

2424

2525
Install dependencies:

tmdb-mvvm-rxswift-pure/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ This example uses RxSwift observables as binding mechanism between `ViewModel` a
1010

1111

1212
## Implementation
13-
13+
In progress.
1414

1515

1616
## Installation
1717
Clone the repository:
1818

1919
`git clone git@github.com:tailec/ios-architecture.git`
2020

21-
Checkout `mvvm-rxswift-pure-observables` branch:
21+
Navigate to `tmdb-mvvm-pure` directory:
2222

23-
`git checkout mvvm-rxswift-pure-observables`
23+
`cd tmdb-mvvm-pure`
2424

2525
Install dependencies:
2626

0 commit comments

Comments
 (0)