Skip to content

Commit 702a360

Browse files
Updated titles
1 parent fc2f4d8 commit 702a360

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ export class App extends React.Component {
3838
## Optional attributes
3939

4040
### Width and height
41-
> The default width and height is 100%
41+
The default width and height is 100%
4242
```js
4343
<Unity ... width='500px' height='350px' />
4444
<Unity ... width='50%' height='50%' />
4545
```
4646

4747
### Tracking progression
48-
> The loading progression of the Unity player
49-
> will be a value between 0 and 1
48+
The loading progression of the Unity player will be a value between 0 and 1
5049
```js
5150
<Unity ... onProgress={ this.onProgress } />
5251
onProgress (progression) {
@@ -57,7 +56,7 @@ onProgress (progression) {
5756
```
5857

5958
### Modules
60-
> Override the module
59+
Overrides the module object
6160
```js
6261
this.myCustomModule = { ... }
6362
<Unity ... module={ this.myCustomModule } />

0 commit comments

Comments
 (0)