Skip to content

Commit

Permalink
Merge pull request #8 from perkss/perkss-patch-1
Browse files Browse the repository at this point in the history
Update README.md using plugin terminology
  • Loading branch information
jmcook1186 authored May 31, 2024
2 parents f1105ad + 2f04248 commit 11690f2
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 @@ -14,8 +14,8 @@ This is how you could run the model in Typescript:

```typescript
async function runPlugin() {
const newModel = await new MyCustomPlugin().configure(params);
const usage = await newModel.calculate([
const newPlugin = await new MyCustomPlugin().configure(params);
const usage = await newPlugin.calculate([
{
timestamp: '2021-01-01T00:00:00Z',
duration: '15s',
Expand Down

0 comments on commit 11690f2

Please sign in to comment.