diff options
| -rw-r--r-- | cue.html.markdown | 4 | ||||
| -rw-r--r-- | es-es/raku-es.html.markdown | 2 | 
2 files changed, 3 insertions, 3 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" diff --git a/es-es/raku-es.html.markdown b/es-es/raku-es.html.markdown index e916d0fd..09341056 100644 --- a/es-es/raku-es.html.markdown +++ b/es-es/raku-es.html.markdown @@ -1,5 +1,5 @@  --- -name: perl6 +name: Raku  category: language  language: Raku  filename: learnraku-es.raku | 
