Skip to content

Commit 46c432d

Browse files
author
John Agan
authored
Update README.md
1 parent ccd8dcd commit 46c432d

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
@@ -176,7 +176,7 @@ Get all sites available or lookup by site id.
176176
const sites = await webflow.sites();
177177

178178
// Get a single site
179-
const site = await webflow.sites({ siteId: "[SITE ID]" });
179+
const site = await webflow.site({ siteId: "[SITE ID]" });
180180
```
181181

182182
### Collections

0 commit comments

Comments
 (0)