Skip to content

Commit

Permalink
correcting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jun 12, 2024
1 parent dbe52d8 commit 776baab
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 @@ -30,7 +30,7 @@ Taken from project tests
```ts
import {describe, it} from 'node:test';
import assert from 'node:assert/strict';
import {array_has_size} from '@satisfactory-clips-archive/custom-assert';
import {array_has_size} from '@satisfactory-clips-archive/custom-assert/assert/CustomAssert';

void describe('array_has_size', () => {
void it('does not throw', () => {
Expand Down

0 comments on commit 776baab

Please sign in to comment.