Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 5, 2024
1 parent 81d94e5 commit 3f42a05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# About

This module allows easy conversion of Multiaddrs to URLs.
This module allows easy conversion of Multiaddrs to string URIs.

## Example - Converting multiaddrs to URLs
## Example - Converting multiaddrs to string URIs

```js
import { multiaddrToUri } from '@multiformats/multiaddr-to-uri'
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @packageDocumentation
*
* This module allows easy conversion of Multiaddrs to URLs.
* This module allows easy conversion of Multiaddrs to string URIs.
*
* @example Converting multiaddrs to URLs
* @example Converting multiaddrs to string URIs
*
* ```js
* import { multiaddrToUri } from '@multiformats/multiaddr-to-uri'
Expand Down

0 comments on commit 3f42a05

Please sign in to comment.