Skip to content

Commit dc786cc

Browse files
authored
Fixed typo
1 parent 9fda11e commit dc786cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Requests:
110110
setDieType(GoDice.diceTypes)
111111
```
112112

113-
``javascript
113+
```javascript
114114
/**
115115
* In order to catch error on the requestDevice and attemptReconnect methods use an async function and await the die's methods
116116
* Example:
@@ -123,7 +123,7 @@ Requests:
123123
console.log("Error on connecting die")
124124
}
125125
}
126-
126+
```
127127

128128
Responses:
129129
----------

0 commit comments

Comments
 (0)