diff --git a/README.md b/README.md
index 88b1d11ddf..2e2c759532 100644
--- a/README.md
+++ b/README.md
@@ -1305,7 +1305,7 @@ Other Style Guides
- [10.1](#modules--use-them) Always use modules (`import`/`export`) over a non-standard module system. You can always transpile to your preferred module system.
- > Why? Modules are the future, let’s start using the future now.
+ > Why? Modules are the future. Let’s start using the future now.
```javascript
// bad