summaryrefslogtreecommitdiffhomepage
path: root/cue.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-03 04:08:59 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-03 04:08:59 -0700
commitcdb92f27d08d72f5a0ec63249b8b78a581dc1e60 (patch)
tree4b39d8074f5b2d918fc3358c13f69530a5d0b8d2 /cue.html.markdown
parentd58682e45ecce2d6692c6965d73733069035de0a (diff)
Fix files that error when building
Diffstat (limited to 'cue.html.markdown')
-rw-r--r--cue.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/cue.html.markdown b/cue.html.markdown
index a1b76ada..a1ff0822 100644
--- a/cue.html.markdown
+++ b/cue.html.markdown
@@ -1,7 +1,7 @@
---
name: CUE
category: language
-language: cue
+language: CUE
filename: learncue.cue
contributors:
- ["Daniel Cox", "https://github.com/danielpcox"]
@@ -24,7 +24,7 @@ disposition: "oblivious"
Now we can unify and export to JSON:
```bash
-% cue export name.cue disposition.cue
+% cue export name.cue disposition.cue
{
"name": "Daniel",
"disposition": "oblivious"