diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown
index 1120e55953bf8c..2a0b45d0e46a03 100644
--- a/doc/api/buffer.markdown
+++ b/doc/api/buffer.markdown
@@ -18,7 +18,7 @@ The size of the `Buffer` is established when it is created and cannot be
 resized.
 
 The `Buffer` class is a global within Node.js, making it unlikely that one
-would need to ever use `require('buffer')`.
+would need to ever use `require('buffer').Buffer`.
 
 ```js
 const buf1 = new Buffer(10);