Skip to content

Commit

Permalink
Fix readme demo link (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Feb 22, 2023
1 parent 331224e commit b01ee4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- 5.7
steps:
- uses: actions/checkout@v2
- name: Run Tests
- name: Test Library
uses: mxcl/xcodebuild@v1
with:
platform: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct Swing: NavigationTransition {
}
```

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

### Interactivity

Expand Down

0 comments on commit b01ee4e

Please sign in to comment.