We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f010b8 commit b13c7b2Copy full SHA for b13c7b2
packages/calculate/README.md
@@ -70,7 +70,7 @@ A tiny calculator for integer arithmetics such as `+-*/()`.
70
* deno
71
72
```typescript
73
- import { createDLX } from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/calculate/src/index.ts'
+ import calculate from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/calculate/src/index.ts'
74
```
75
76
0 commit comments