Skip to content

Commit 8705bbe

Browse files
committed
Fix KanvasExample references
1 parent 6411e94 commit 8705bbe

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
.idea/
44
*.orig
55

6-
# Ignore Bundler
7-
/vendor/bundle
8-
96
# Ignore Xcode debris
107
build
118
*.pbxuser
@@ -31,11 +28,16 @@ DerivedData
3128
# ignore snapshot failure files
3229
**/FailureDiffs/*
3330

34-
KanvasExample/Pods
3531

3632
/artifacts
3733

3834
# Fastlane
3935
fastlane/README.md
4036
fastlane/test_output
4137
fastlane/report.xml
38+
39+
# CocoaPods
40+
Example/Pods
41+
42+
# Bundler
43+
/vendor/bundle

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Documentation is lacking at the moment, but contributions are welcome!
5151

5252
## Example App
5353

54-
[`KanvasExample`](https://github.com/tumblr/kanvas-ios/tree/main/KanvasExample) is an example app showing how to use Kanvas. Try it out!
54+
[`Example`](https://github.com/tumblr/kanvas-ios/tree/main/Example) is an example app showing how to use Kanvas. Try it out!
5555

56-
1. Run `cd KanvasExample; bundle exec pod install`
57-
2. Open `KanvasExample/KanvasExample.xcworkspace` in Xcode
56+
1. Run `cd Example; bundle exec pod install`
57+
2. Open `Example/KanvasExample.xcworkspace` in Xcode
5858
3. Run the app on a device.

0 commit comments

Comments
 (0)