diff --git a/README.md b/README.md
index 4c00b069..5df648c0 100644
--- a/README.md
+++ b/README.md
@@ -1761,7 +1761,7 @@
dragon.setAge(25);
```
- - [23.3](#23.3) If the property is a boolean, use isVal() or hasVal().
+ - [23.3](#23.3) If the property is a `boolean`, use `isVal()` or `hasVal()`.
```javascript
// bad