Skip to content

Commit

Permalink
Fixed README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Sep 26, 2020
1 parent c14b4aa commit 4e3af27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![npm bundle size](https://img.shields.io/bundlephobia/minzip/cp-axios)
![David](https://img.shields.io/david/DigitalBrainJS/cp-axios)

##Table of contents
## Table of contents
- [SYNOPSIS](#synopsis-sparkles)
- [Installation](#installation-hammer)
- [CDN bundle](#cdn-bundle)
Expand Down Expand Up @@ -71,7 +71,7 @@ module global export- `cpAxios`
const cpAxios= require('cp-axios');
const CPromise= require('c-promise2');

// you could to use any other AbortController implementation, but CPromise already provides it
// you could use any other AbortController implementation, but CPromise already provides it
const abortController = new CPromise.AbortController();
const {signal} = abortController;

Expand Down

0 comments on commit 4e3af27

Please sign in to comment.