Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashur committed Jan 3, 2024
1 parent 09838a9 commit e9ab6b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ eleventyConfig.addPlugin(addRemoteData, {
coinToss: {
options: {
duration: "0d",

// Because we haven't defined `directory`, this endpoint will
// inherit the "different-cache-directory" value from default
// options defined below
},

url: "https://coin-toss.netlify.app/api/v1.json",
},

Expand All @@ -124,7 +126,7 @@ eleventyConfig.addPlugin(addRemoteData, {
});
```

Options for individual endpoints will be merged default options, allowing you to fine-tune just the properties you need.
Options for individual endpoints will be merged with default options, allowing you to fine-tune just the properties you need.

### Type

Expand Down

0 comments on commit e9ab6b7

Please sign in to comment.