We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda11e commit dc786ccCopy full SHA for dc786cc
1 file changed
README.md
@@ -110,7 +110,7 @@ Requests:
110
setDieType(GoDice.diceTypes)
111
```
112
113
-``javascript
+```javascript
114
/**
115
* In order to catch error on the requestDevice and attemptReconnect methods use an async function and await the die's methods
116
* Example:
@@ -123,7 +123,7 @@ Requests:
123
console.log("Error on connecting die")
124
}
125
126
-
+ ```
127
128
Responses:
129
----------
0 commit comments