Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddy17 authored Jan 7, 2022
2 parents 0a8e3b2 + b537f6a commit 00bf657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ to use MQTT.js in the browser see the [browserify](#browserify) section
### CommonJS (Require)
```js
const mqtt = require('mqtt') // require mqtt
const client = mqtt.connect('est.mosquitto.org') // create a client
const client = mqtt.connect('test.mosquitto.org') // create a client
```
### ES6 Modules (Import)
#### Aliased wildcard import
Expand Down

0 comments on commit 00bf657

Please sign in to comment.