We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf311b commit 65cd0e1Copy full SHA for 65cd0e1
README.md
@@ -60,7 +60,7 @@ yarn dlx jsr add @lambda/ts-expression
60
### Representing 2D Points
61
62
```ts
63
-import { car, cdr, cons } from "ts@expression";
+import { car, cdr, cons } from "@lambda/ts-expression";
64
65
type Point = typeof makePoint;
66
0 commit comments