Skip to content

Commit

Permalink
fix punctation in README.md (#5197)
Browse files Browse the repository at this point in the history
(In order to do x, do y)

Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
MoPaMo and jasonsaayman committed Nov 2, 2022
1 parent 02af86b commit 7c4e4fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -167,7 +167,8 @@ Using unpkg CDN:

## Example

Performing a `GET` request
> **Note** CommonJS usage
> In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach:

```js
import axios from 'axios';
Expand Down

0 comments on commit 7c4e4fd

Please sign in to comment.