diff --git a/Examples/README.md b/Examples/README.md index 74cb3ab1..4aa6fd4b 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -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**
Demonstrates how to solve some common application problems in an isolated environment, in