Skip to content

Commit

Permalink
minor textual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Oct 11, 2024
1 parent a2825b9 commit 344484d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ immediately deployed to the demo-site at https://lastfm-widgets.deno.dev/.
The widget (frontend code) should be compatible back to at least Firefox 115 and Chromium 109 based web-browsers
(which are the last versions of these running on Windows 7/8 installations). It also runs in Safari, but unsure
how old versions are supported (I'm not able to test that myself).
The backend code is my first simple experiments/experience with Deno. It has been tested with Deno 1.4 and
Release Candidate versions of Deno 2.
The backend code is my first simple experiments/experience with Deno. It is tested with Deno 1.46 and Deno 2.0.

#### /widgets/ folder

Expand Down
5 changes: 3 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ <h2>Attributes</h2>

<h2>Get your own API key for <em>Basic</em> or <em>Backend-supported</em> mode</h2>

<p>First go to
<p>To enable the <em>Basic</em> and <em>Backend-supported</em> modes of the widget, you need your own Last.fm
API-key. To get this, go to
<a href="https://www.last.fm/api/authentication" target="_blank">https://www.last.fm/api/authentication</a>.
Though this page talks about <em>authentication</em> and <em>secrets</em>, you can ignore that. For our
non-authenticated use of the API, you don't need a secret, but you still need an API-key connected to your
Expand All @@ -134,7 +135,7 @@ <h2>Get your own API key for <em>Basic</em> or <em>Backend-supported</em> mode</
Here you should enter an application name and description.
</p>
<details class="keyshot">
<summary>I imagine something like this will be fine...</summary>
<summary>I imagine something like this will be fine [click to view]...</summary>
<a href="https://www.last.fm/api/account/create"><img src="apply-apikey.png" alt=" [screenshot] " loading="lazy" /></a>
</details>

Expand Down

0 comments on commit 344484d

Please sign in to comment.