Skip to content

Commit d4091cb

Browse files
n-olderCopilot
andauthored
Use correct spelling of CommonJS
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 15bbbee commit d4091cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authentication. API keys can be created and managed in the
3333
An API key can be set globally for the Emailable client:
3434

3535
```javascript
36-
// Global: Common JS import
36+
// Global: CommonJS import
3737
const emailable = require('emailable')('YOUR_API_KEY');
3838

3939
// Global: ES6 import

0 commit comments

Comments
 (0)