Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Examples/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Examples

This directory holds many case studies and applications to demonstrate solving various problems
with [SharingGRDB](http://github.com/pointfreeco/sharing-grdb). Open the
`SharingGRDB.xcworkspace` at the root of the repo to see all example projects in one single
workspace, or you can open each example application individually.
with [SharingGRDB](https://github.com/pointfreeco/sharing-grdb). Open the
`Examples.xcodeproj` to see all example projects in a single
project. To work on each example app individually, select its scheme in Xcode.

* **Case Studies**
<br> Demonstrates how to solve some common application problems in an isolated environment, in
Expand Down