From 524cad18df0e2126ca04ded737208eff005f504b Mon Sep 17 00:00:00 2001 From: Yavor Kirov Date: Fri, 2 Sep 2016 11:01:49 +0300 Subject: [PATCH] Remove the JSON-breaking backward slash Backward slash breaks the JSON syntax --- ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.md b/ssh.md index 5037d5c..c60a0c1 100644 --- a/ssh.md +++ b/ssh.md @@ -16,7 +16,7 @@ Begin by installing this package through Composer. Edit your project's `composer.json` file to require `laravelcollective/remote`. "require": { - "laravelcollective/remote": "5.3.\*" + "laravelcollective/remote": "5.3.*" } Next, update Composer from the Terminal: