Skip to content

Commit

Permalink
fix tuple syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 29, 2023
1 parent 576bf65 commit 88fef75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ object $ {}
:: :float32x3 :position
:: :float32x3 :color
:data $ []
:vertex (v3 0 0 0) (v3 1 0 0)
:vertex (v3 100 0 0) (v3 0 1 0)
:vertex (v3 0 100 0) (v3 0 0 1)
:: :vertex (v3 0 0 0) (v3 1 0 0)
:: :vertex (v3 100 0 0) (v3 0 1 0)
:: :vertex (v3 0 100 0) (v3 0 0 1)
```

- `:shader` custom shader file string
Expand All @@ -36,7 +36,7 @@ Alternatively, there's also `object-writer` which provides a writer API, which r
```cirru
:writer $ fn (write!)
write! $ []
:vertex (v3 1 1 1)
:: :vertex (v3 1 1 1)
```

### Shader
Expand Down

0 comments on commit 88fef75

Please sign in to comment.