Skip to content

Commit

Permalink
Fixing broken link in readme.md (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvonclef authored Nov 12, 2024
1 parent cca7ea3 commit dd1741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const options = await optionsStorage.getAll();
// {showStars: 10}
```

**Note:** `OptionsSync` relies on `chrome.storage.sync`, so its [limitations](https://developer.chrome.com/apps/storage#properties) apply, both the size limit and the type of data stored (which must be compatible with JSON).
**Note:** `OptionsSync` relies on `chrome.storage.sync`, so its [limitations](https://developer.chrome.com/docs/extensions/reference/api/storage?hl=en#property-sync) apply, both the size limit and the type of data stored (which must be compatible with JSON).

### Advanced usage

Expand Down

0 comments on commit dd1741c

Please sign in to comment.