Skip to content

Commit

Permalink
fix: missing imports in README (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwfraley authored and revmischa committed Apr 24, 2024
1 parent 0753868 commit 7ba2cea
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 @@ -134,7 +134,7 @@ applyAuthTokenInterceptor(axiosInstance, {
## Non-TypeScript implementation

```javascript
import { applyAuthTokenInterceptor } from 'axios-jwt';
import { applyAuthTokenInterceptor, setAuthTokens, clearAuthTokens } from 'axios-jwt';
import axios from 'axios';

const BASE_URL = 'https://api.example.com'
Expand Down

0 comments on commit 7ba2cea

Please sign in to comment.