Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 3, 2023
1 parent d40a67f commit 174b714
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 @@ -34,7 +34,7 @@ For the most accurate results, it is recommended to run benchmark suites in diff
## Example

```ts
import { preset } from "isitfast";
import { preset, useTerminal } from "isitfast";

// define suite preset with options
const defaultSuite = preset();
Expand Down

0 comments on commit 174b714

Please sign in to comment.