From 66357e8b5bff9c2db8e8cae9883935d6403a074f Mon Sep 17 00:00:00 2001 From: Brian DuSell Date: Thu, 19 May 2016 13:23:38 -0500 Subject: [PATCH] Update 02-libraries.md hit the "Submit" -> hit the "Submit" button --- doc/02-libraries.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index da5725e4d..0900a8c17 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -204,9 +204,10 @@ can depend on it without having to specify any additional repositories. If we wanted to share `hello-world` with the world, we would publish it on Packagist as well. Doing so is really easy. -You simply visit [Packagist](https://packagist.org) and hit the "Submit". This -will prompt you to sign up if you haven't already, and then allows you to -submit the URL to your VCS repository, at which point Packagist will start -crawling it. Once it is done, your package will be available to anyone! +You simply visit [Packagist](https://packagist.org) and hit the "Submit" +button. This will prompt you to sign up if you haven't already, and then +allows you to submit the URL to your VCS repository, at which point Packagist +will start crawling it. Once it is done, your package will be available to +anyone! ← [Basic usage](01-basic-usage.md) | [Command-line interface](03-cli.md) →