Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Jun 6, 2024
1 parent cf8518b commit c57eba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ require.config({
});
```

Please note: If you do not create a bundle containg `tsl-apple-cloudkit`, the
Please note: If you do not create a bundle containing `tsl-apple-cloudkit`, the
handler requires a static reference to CloudKit JS in the HTML head like this:

```HTML
<script src="https://cdn.apple-cloudkit.com/ck/2/cloudkit.js" />
<script src="https://cdn.apple-cloudkit.com/ck/2/cloudkit.js"></script>
```

There are reports that CloudKit JS might not be compatible with the bundler of
Expand Down

0 comments on commit c57eba0

Please sign in to comment.