Skip to content

Commit

Permalink
Fix small typo and remove lint-fix references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Apr 2, 2024
1 parent 8c98af8 commit daaa5c8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
- [User's saved tracks](https://developer.spotify.com/documentation/web-api/reference/get-users-saved-tracks)
- [Global top 50 tracks (daily)](https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF)
- [Global top 50 tracks (weekly)](https://open.spotify.com/playlist/37i9dQZEVXbNG2KDcFcKOF)
- [Viral top 50 tracks(daily)](https://open.spotify.com/playlist/37i9dQZEVXbLiRSasKsNU9)
- [Viral top 50 tracks (daily)](https://open.spotify.com/playlist/37i9dQZEVXbLiRSasKsNU9)

## Installation

Expand Down Expand Up @@ -109,20 +109,10 @@ make init

### Lint your Code

Identify lint issues by running:

```bash
make lint
```

> If `make init` has been run, this command will execute automatically before a commit
You can also fix lint issues automatically with:

```bash
make lint-fix
```

### Create and Run Tests

Create tests within the `tap_spotify/tests` subfolder and
Expand Down

0 comments on commit daaa5c8

Please sign in to comment.