Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/co2js/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { co2 } from "@tgwf/co2";
const swdmV4 = new co2({ model: "swd", version: 4 });
const bytes = 1000;

const estimate = version4.perByte(1000);
const estimate = swdmV4.perByte(1000);
```

Learn more about the [different methods available when using the Sustainable Web Design Model](/co2js/methods/), including how to adjust variables used within the model.
Expand Down