Skip to content

Commit 2bcfa26

Browse files
Update README.md
1 parent 4d79ebb commit 2bcfa26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ mise install tuist
129129
### Step 3: Clone repository and change directory to the repository
130130

131131
```bash
132-
git clone git@github.pie.apple.com:RDDM/MyStore.git
133-
cd MyStore
132+
git clone git@github.com:ImaginativeShohag/Why-Not-SwiftUI.git
133+
cd Why-Not-SwiftUI
134134
```
135135

136136
### Step 4: Fetch dependencies
@@ -220,7 +220,7 @@ let bundle = Bundle.module
220220
/// Get a specific targets `Bundle` instance.
221221
let bundle = CoreResources.bundle
222222
// Equivalent old way:
223-
let bundle = Bundle(identifier: "com.apple.art4.Core")
223+
let bundle = Bundle(identifier: "org.imaginativeworld.Why-Not-SwiftUI.Core")
224224
```
225225

226226
## Access Assets
@@ -296,7 +296,7 @@ let image: UIImage = CoreAsset.exampleImage.image // Access from any target :)
296296
## Licence
297297

298298
```
299-
Copyright 2021 Md. Mahmudul Hasan Shohagm
299+
Copyright 2021 Md. Mahmudul Hasan Shohag
300300
301301
Licensed under the Apache License, Version 2.0 (the "License");
302302
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)