Skip to content

Commit

Permalink
chore: Update README.md (#802)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
mert574 committed Aug 7, 2023
1 parent d1b22a2 commit a4fafed
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 @@ -56,7 +56,7 @@ reaching Opossum timeout.

```javascript
const CircuitBreaker = require('opossum');
const http = require('http);
const http = require('http');

function asyncFunctionThatCouldFail(abortSignal, x, y) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit a4fafed

Please sign in to comment.