Skip to content

Commit

Permalink
removed superflous text from description
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Feb 18, 2024
1 parent bad9e0d commit 051a2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![npm version](https://badge.fury.io/js/linkfollower.png)](https://badge.fury.io/js/linkfollower)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/jksolbakken/linkfollower/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jksolbakken/linkfollower)

Node.js based command line utility for finding out where a shortened (or any other) HTTP URL end up.
Follows up to 10 redirects. Now also adds User-Agent header to requests since Facebook won't redirect unsupported browsers from fb.me addresses.
Command line utility for finding out where a shortened (or any other) HTTP URL end up.
Follows up to 10 redirects.

## Installation
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linkfollower",
"version": "1.1.5",
"type": "module",
"description": "Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.",
"description": "Command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.",
"main": "cli.js",
"devDependencies": {
"chai": "5.1.0",
Expand Down

0 comments on commit 051a2d4

Please sign in to comment.