@@ -94,7 +94,7 @@ The [latest release](https://github.com/clue/graph-composer/releases/latest) can
9494always be downloaded like this:
9595
9696` ` ` bash
97- $ curl -OL https://lueck.tv /graph-composer-latest.phar
97+ $ curl -JOL https://clue.engineering /graph-composer-latest.phar
9898` ` `
9999
100100That' s it already. Once downloaded, you can verify everything works by running this:
@@ -168,7 +168,7 @@ to contribute to the development of clue/graph-composer?
168168Then this section is for you!
169169
170170The recommended way to install clue/graph-composer is to clone (or download) this repository
171- and use [Composer](http ://getcomposer.org) to download its dependencies.
171+ and use [Composer](https ://getcomposer.org) to download its dependencies.
172172Therefore you' ll need PHP, Composer, GraphViz, git and curl installed.
173173For example, on a recent Ubuntu/debian system, simply run:
174174
@@ -229,7 +229,7 @@ Happy hacking!
229229## Tests
230230
231231To run the test suite, you first need to clone this repo and then install all
232- dependencies [through Composer](http ://getcomposer.org):
232+ dependencies [through Composer](https ://getcomposer.org):
233233
234234```bash
235235$ composer install
@@ -243,4 +243,7 @@ $ php vendor/bin/phpunit
243243
244244## License
245245
246- MIT
246+ This project is released under the permissive [MIT license](LICENSE).
247+
248+ > Did you know that I offer custom development services and issuing invoices for
249+ sponsorships of releases and for contributions? Contact me (@clue) for details.
0 commit comments