Skip to content

Commit 0a64efa

Browse files
authored
Merge pull request #124 from SentienceAPI/minor_fix
minor_fix
2 parents 08ec993 + d174987 commit 0a64efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/asserts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Run examples:
1010
```bash
1111
cd sdk-ts
1212
npm run build
13-
node dist/examples/asserts/v1-state-assertions.js
14-
node dist/examples/asserts/v2-eventually-min-confidence.js
13+
node dist/examples/asserts/state-assertions.js
14+
node dist/examples/asserts/eventually-min-confidence.js
1515
```
1616

0 commit comments

Comments
 (0)