Skip to content

Commit

Permalink
Small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 28, 2024
1 parent 2dcffc3 commit fe1ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/LastStats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ Fetches the Last.fm statistics for the specified user and time period.
=head1 API
You will need an API key and secret in order to use this program. You can
get these from - L<https://www.last.fm/api/account/create>.
get these from L<https://www.last.fm/api/account/create>.
The API key and secret can be passed as arguments to the constructor (as
in the sample code above). Alternatively, they can be read from
environment variables called `LASTFM_API_KEY` and `LASTFM_API_SECRET`.
environment variables called C<LASTFM_API_KEY> and C<LASTFM_API_SECRET>.
=head1 AUTHOR
Expand Down

0 comments on commit fe1ba00

Please sign in to comment.