Skip to content

Commit

Permalink
docs(readme): Fix markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Nov 4, 2020
1 parent 581d74a commit f8ccaf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install radio-browser-api
This is a wrapper around free and open-source [radio browser api](https://api.radio-browser.info/).
It simplifies the task of querying the API by creating methods for each API route and normalizing the responses and errors.

It can be used both in the browser and in nodejs. It has a peer dependency on (`node-fetch`)[https://www.npmjs.com/package/node-fetch] for working in nodejs.
It can be used both in the **browser** and in **nodejs**. It has a peer dependency on [`node-fetch`](https://www.npmjs.com/package/node-fetch) for working in nodejs.

I suggest you familiarize yourself with the [original API docs](https://de1.api.radio-browser.info/) before using this library.

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"jsdelivr": "dist/unpkg/index.js",
"sideEffects": true,
"types": "dist/types/",
"license": "MIT",
"files": [
"dist",
"src"
Expand Down

0 comments on commit f8ccaf4

Please sign in to comment.