From 4a67f131bb10e1108a8a16b47e6d1214d6d2813f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Lang=C3=B3?= Date: Fri, 29 Mar 2019 12:09:25 +0100 Subject: [PATCH] Fixed typo in README.md of particle target. (#2806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com --- targets/particle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/particle/README.md b/targets/particle/README.md index 2472f50ee..0e37c4492 100644 --- a/targets/particle/README.md +++ b/targets/particle/README.md @@ -28,7 +28,7 @@ You can checkout the firmware with the following command: ``` # assume you are in root folder -git clone https://github.com/spark/firmware.git particle/firmware particle/firmware +git clone https://github.com/spark/firmware.git particle/firmware ```` The Photon’s latest firmware release is hosted in the latest branch of the firmware repo.