From d37f366352e96fccf60e5c0eaffca09e63378974 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Fri, 2 Oct 2020 21:12:26 -0700 Subject: [PATCH] fix broken readme syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b481c..e0b0f86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Plays audio in a custom player from soundcloud track urls. Support for last.fm i [![npm version](https://badge.fury.io/js/ld-audio.svg)](https://badge.fury.io/js/ld-audio) # Install -```jsx +```bash npm install ld-audio --save ```