From 0cbcd6a590db7dbc2900a5f1b6768f6ee5ab924c Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Wed, 2 Nov 2016 16:36:19 -0400 Subject: [PATCH] update readme with correct repo name --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2da6e8..012e77a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -# scratch-audioengine +# scratch-audio #### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects #### Please note this project is at an early stage and we are not ready for pull requests -[![Build Status](https://travis-ci.com/LLK/scratch-audioengine.svg?token=KcCHRot8oJYS4bsz1qET&branch=master)](https://travis-ci.com/LLK/scratch-audioengine) +[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio) ## Installation This requires you to have Git and Node.js installed. In your own node environment/application: ```bash -npm install https://github.com/LLK/scratch-audioengine.git +npm install https://github.com/LLK/scratch-audio.git ``` If you want to edit/play yourself: ```bash -git clone git@github.com:LLK/scratch-audioengine.git -cd scratch-audioengine +git clone git@github.com:LLK/scratch-audio.git +cd scratch-audio npm install ```