From ad2c5d770c990562af9fee2383e328c38884318c Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 29 Dec 2016 17:03:52 -0500 Subject: [PATCH 1/2] Minor typo correction: you to your --- httplug/library-developers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplug/library-developers.rst b/httplug/library-developers.rst index 654406a..e0cfb53 100644 --- a/httplug/library-developers.rst +++ b/httplug/library-developers.rst @@ -38,7 +38,7 @@ to include the Socket client: } } -Testing you library +Testing your library ------------------- When you install your library on a CI-server (like Travis) you need to include a client. So specify any concrete client From 31332b1852089802b68977f3b8835bc781bcd2d4 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Fri, 6 Jan 2017 14:38:35 -0500 Subject: [PATCH 2/2] Added required underline '-' --- httplug/library-developers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplug/library-developers.rst b/httplug/library-developers.rst index e0cfb53..04f1c11 100644 --- a/httplug/library-developers.rst +++ b/httplug/library-developers.rst @@ -39,7 +39,7 @@ to include the Socket client: } Testing your library -------------------- +-------------------- When you install your library on a CI-server (like Travis) you need to include a client. So specify any concrete client in the ``require-dev`` section in your library’s ``composer.json``. You could use any client but the