Skip to content

Commit b01ee4e

Browse files
authored
Fix readme demo link (#63)
1 parent 331224e commit b01ee4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- 5.7
3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: Run Tests
36+
- name: Test Library
3737
uses: mxcl/xcodebuild@v1
3838
with:
3939
platform: ${{ matrix.platform }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct Swing: NavigationTransition {
104104
}
105105
```
106106

107-
The [**Demo**](Demo) app showcases some of these transitions in action.
107+
The [**Demo**](Examples/Demo) app showcases some of these transitions in action.
108108

109109
### Interactivity
110110

0 commit comments

Comments
 (0)