Skip to content

Commit

Permalink
Migrating to ESM and Rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
HQarroum committed Jun 6, 2021
1 parent c29b021 commit 4c8ccec
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 @@ -65,7 +65,7 @@ import gravatar from 'https://unpkg.com/middleware-chain-js/dist/index.esm.js'
Creating a middleware chain is as simple as calling its constructor. A new instance does not contain any middleware.

```javascript
var chain = new Chain();
const chain = new Chain();
```

### Adding middlewares
Expand Down

0 comments on commit 4c8ccec

Please sign in to comment.