Skip to content

Commit

Permalink
Fix .phar URL in README.md
Browse files Browse the repository at this point in the history
get.insight.sensiolabs.com/insight.phar does not work and it took me some time to find the right URL...
  • Loading branch information
pyguerder authored Jul 23, 2021
1 parent 7cde684 commit 0217b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The easiest way to use the SymfonyInsight API is via the built-in command line t
A phar version of the command line tool exists to avoid installation of this
project. Download it, then use it like the command line tool:

$ curl -o insight.phar -s http://get.insight.sensiolabs.com/insight.phar
$ curl -o insight.phar -s http://get.insight.symfony.com/insight.phar
# or
$ wget http://get.insight.sensiolabs.com/insight.phar
$ wget http://get.insight.symfony.com/insight.phar

# Then
$ php insight.phar
Expand Down

0 comments on commit 0217b04

Please sign in to comment.