Skip to content

Commit 064d91b

Browse files
committed
Merge pull request #14 from lejeunerenard/readme-spelling
Fix typo in README.md
2 parents 7b8eb84 + be2b50c commit 064d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The optional `uniforms` and `attributes` arrays have the following format. This
9494
{ type: 'mat4', name: 'projection' },
9595
{ type: 'sampler2D', name: 'texture0' }
9696
],
97-
attribuets: [
97+
attributes: [
9898
{ type: 'vec3', name: 'position' }
9999
]
100100
}

0 commit comments

Comments
 (0)