Skip to content

Commit e8df6c3

Browse files
Fix instructions in README.md (#66)
1 parent 114711b commit e8df6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ struct ContentView: View {
129129
}
130130
```
131131

132-
*Note:* You may need to enable `App Sandbox` -> `Outgoing Connections (Client)` for your Xcode app target to run it from iPhone simulator.
132+
*Note:* For macOS apps, you may need to enable `App Sandbox` -> `Outgoing Connections (Client)` for your Xcode app target.
133133

134134

135135
### **Step 7: Execute a Query (Read & Display Data)**

0 commit comments

Comments
 (0)