From 831e06fe0bcb4b5261b800f5cd1e50715293ad3d Mon Sep 17 00:00:00 2001 From: margau Date: Thu, 1 Jun 2017 11:02:46 +0200 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c103eb0..2d6db34 100755 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ You can pass options too: ```javascript var VLC = new VLC_RC({verbose: true}); ``` -* Available Settings * -* *verbose* (Boolean): true or false, display verbose information -* *debug* (Boolean): true or false, pipe VLC-Output to console \ No newline at end of file +**Available Settings** +* *verbose* (Boolean): `true` or `false`, display verbose information +* *debug* (Boolean): `true` or `false`, pipe VLC-Output to console \ No newline at end of file