Skip to content

Commit 948104b

Browse files
committed
Nobr2
1 parent 566ac29 commit 948104b

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
@@ -88,7 +88,7 @@ Property | Default | Description
8888
`uniform` | `false` | A function replacing each uniform declaration. Eg: `function (name, node) { return 'uniforms["' + name + '"]' }` will render each uniform declaration as `var <name> = uniforms["<name>"]`.
8989
`attribute` | `false` | Same as `uniform`, but for attribute declarations.
9090
`varying` | `false` | Same as `uniform`, but for varying declarations.
91-
`version` | <nobr>`100 es`</nobr> | GLSL shader version, one of `'300 es'` or `'100 es'`.
91+
`version` | `'100 es'` | GLSL shader version, one of `'300 es'` or `'100 es'`.
9292
`comments` | `false` | TODO: preserve comments in source code.
9393
`sourceMap` | `false` | TODO: include source map for the transpiled code.
9494
`includes` | `true` | Append stdlib includes for the result. Can be bool or an object with defined stdlib functions to include, eg. `{normalize: false, min: false}`.

0 commit comments

Comments
 (0)