From 2c1dae9e880c16ba467913aedb9514fd378b70d2 Mon Sep 17 00:00:00 2001 From: Joshua Austin Date: Wed, 25 May 2016 00:43:59 -0500 Subject: [PATCH] Update README.md suggested edits to make the README more accurate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 798308301c..c1328a2efd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # JerryScript: JavaScript engine for Internet of Things [![Join the chat at https://gitter.im/Samsung/jerryscript](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Samsung/jerryscript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) -[![Build Status](https://travis-ci.org/Samsung/jerryscript.svg?branch=master)](https://travis-ci.org/Samsung/jerryscript) +[![Build Status](https://travis-ci.org/pebble/jerryscript.svg?branch=master)](https://travis-ci.org/pebble/jerryscript) JerryScript is the lightweight JavaScript engine for very constrained devices such as microcontrollers: @@ -14,7 +14,7 @@ Additional informantion can be found on our [project page](http://samsung.github ## Quick Start ### Getting Sources ```bash -git clone https://github.com/Samsung/jerryscript.git jr +git clone https://github.com/pebble/jerryscript.git jr cd jr ```