Skip to content

Commit b13c7b2

Browse files
committed
📝 docs: update README
1 parent 3f010b8 commit b13c7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/calculate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A tiny calculator for integer arithmetics such as `+-*/()`.
7070
* deno
7171

7272
```typescript
73-
import { createDLX } from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/calculate/src/index.ts'
73+
import calculate from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/calculate/src/index.ts'
7474
```
7575

7676

0 commit comments

Comments
 (0)