diff --git a/README.md b/README.md index 0f66720755..9111629858 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Other Style Guides ``` - - [4.2](#arrays--push) Use [Array#push](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/push) instead of direct assignment to add items to an array. + - [4.2](#arrays--push) Use [`Array.push`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/push) instead of direct assignment to add items to an array. ```javascript const someStack = [];