We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b383a commit cf71371Copy full SHA for cf71371
README.md
@@ -5,7 +5,7 @@
5
</p>
6
7
<p align="center">
8
- <code>nimble install tim</code> / <code>npm install timl</code>
+ <code>nimble install tim</code> / <code>npm install @openpeeps/tim</code>
9
10
11
@@ -29,7 +29,7 @@ This allows you to seamlessly integrate Tim compilation within your existing wor
29
Tim's capabilities directly within your codebase.<br>
30
#### Other features
31
- Available for Nim development via Nimble `nimble install tim`
32
-- Available for JavaScript backend via NPM `npm install timl`
+- Available for JavaScript backend via NPM `npm install @openpeeps/tim`
33
- Built-in AST Interpreter & JIT Rendering
34
35
**Standalone CLI App**<br>
0 commit comments