Skip to content

Commit 21593c0

Browse files
committed
Update README
1 parent af73da3 commit 21593c0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pawel Krawiec
5050

5151

5252
## Architectures
53-
This repository hosts each sample app in separate branches.
53+
This repository hosts each sample app in separate directory.
5454

5555
:star: Click the title of example to see detailed README information about specific architecture.
5656

@@ -61,7 +61,7 @@ This repository hosts each sample app in separate branches.
6161

6262
| Example | Description |
6363
| ------------- | ------------- |
64-
| [tmdb-mvvm-rxswift-pure](https://github.com/tailec/ios-architecture/tree/tmdb-mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. |
64+
| [tmdb-mvvm-rxswift-pure](tmdb-mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. |
6565

6666

6767
### Single screen app examples
@@ -106,9 +106,9 @@ Clone the repository:
106106

107107
`git clone git@github.com:tailec/ios-architecture.git`
108108

109-
Checkout one of the branches:
109+
Go to example directory, for example:
110110

111-
`git checkout mvvm-rxswift-pure-observables`
111+
`cd mvvm-pure-swift`
112112

113113
Install pods:
114114

@@ -117,9 +117,5 @@ Install pods:
117117

118118
**Note:** Some of the examples don't use external libraries so `pod install` is not required.
119119

120-
**Note:** When switching branches, quit Xcode first. It copies ignored `.xcworkspace` and `.xcproj` for some reason.
121-
122-
**Note:** Master branch contains only README file and it doesn't compile.
123-
124120
## Licence
125121
MIT.

0 commit comments

Comments
 (0)