Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcode authored Aug 2, 2023
1 parent 1a8ce74 commit 84b3594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ There are two methods to use your FieldDay project with the iOS SDK. To get star
FieldDay allows you to publish your project so it can be fetched over the internet. Using this method, you can ensure your project is always kept up-to-date with any changes you make. The package caches project information, so make sure to set the appropriate cache policy as per your requirements (see [Caching](#caching)).

- Tap the share button at the top right corner of the screen.
- Select the `CoreML` option.
- Tap "Publish Project".
- Copy the alphanumeric Project Key that appears.
- Select the `Swift` tile.
- Scroll down to the section where it says "Share Code".
- Copy the alphanumeric share code that appears by tapping on the box.

### Usage

Expand All @@ -47,8 +47,8 @@ import FieldDay
struct ContentView: View {
var body: some View {
FDViewfinderView(
/// Enter the Project Key that we copied from FieldDay
projectKey: "________________________________"
/// Enter the share code that we copied from FieldDay
shareCode: "________________________________"
)
}
}
Expand Down

0 comments on commit 84b3594

Please sign in to comment.