Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 18, 2022
1 parent 267397e commit d04354d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cli = meow(`
$ curl -L <url> | article-title
Example
$ curl -L https://blog.sindresorhus.com/macos-tips-tricks-13046cf377f8 | article-title
$ curl -L https://medium.com/sindre-sorhus/macos-tips-tricks-13046cf377f8 | article-title
Fabulous macOS Tips & Tricks
`, {
importMeta: import.meta,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ article-title --help
$ curl -L <url> | article-title
Example
$ curl -L https://blog.sindresorhus.com/macos-tips-tricks-13046cf377f8 | article-title
$ curl -L https://medium.com/sindre-sorhus/macos-tips-tricks-13046cf377f8 | article-title
Fabulous macOS Tips & Tricks
```

Expand Down

0 comments on commit d04354d

Please sign in to comment.