Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

Expand Down