Skip to content

Commit

Permalink
update the readme to reflect the need to install axios
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent 9ce4197 commit 0c1b747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Welcome to @spacejunk/ftl! Having trouble navigating the galaxy of rate limits a

## Installation

Install @spacejunk/ftl using npm or yarn:
Install @spacejunk/ftl and axios using npm or yarn:

```bash
npm install @spacejunk/ftl
npm install @spacejunk/ftl axios
```

or

```bash
yarn add @spacejunk/ftl
yarn add @spacejunk/ftl axios
```

## Usage
Expand Down

0 comments on commit 0c1b747

Please sign in to comment.