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 956d598 commit 59766b6Copy full SHA for 59766b6
docs-intro/quick-start.md
@@ -94,10 +94,10 @@ tokenscript parse_json --json tokens.json --output tokens-resolved.json
94
95
:::info What Just Happened?
96
TokenScript:
97
-1. ✅ Resolved all `{references}`
98
-2. ✅ Evaluated all expressions (`* 2`, `* 1.5`)
99
-3. ✅ Executed functions (`lighten()`)
100
-4. ✅ Output ready-to-use values
+1. Resolved all `{references}`
+2. Evaluated all expressions (`* 2`, `* 1.5`)
+3. Executed functions (`lighten()`)
+4. Output ready-to-use values
101
:::
102
103
---
0 commit comments