Skip to content

Commit

Permalink
docs: Align examples side by side
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Dec 1, 2024
1 parent c5f9937 commit d40cea4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Fetch Bluesky avatars with a single URL. Powered by Cloudflare Workers.
Built for [handles.net](https://handles.net).

```
https://avatars.dog/[handle or did]
```

## Usage

```
Expand All @@ -29,10 +33,7 @@ https://avatars.dog/did:plc:z72i7hdynmk6r22z27h6tvur

## Examples

<img src="https://avatars.dog/bsky.app" width="96">
<img src="https://avatars.dog/nytimes.com" width="96">
<img src="https://avatars.dog/handles.net" width="96">
<img src="https://avatars.dog/shr.ink" width="96">
<img src="https://avatars.dog/bsky.app" width="96"> <img src="https://avatars.dog/nytimes.com" width="96"> <img src="https://avatars.dog/handles.net" width="96"> <img src="https://avatars.dog/shr.ink" width="96">

## Name

Expand Down

0 comments on commit d40cea4

Please sign in to comment.