From 900f92d7e09317c473103c570a4dc42756e169e4 Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 3 Dec 2019 23:17:01 +0900 Subject: [PATCH] minor readme changes --- README.md | 5 ++--- src/standalone.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71d6ebdf7..f9796e617 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user ### Dependencies -- Yarn +- Yarn ### Getting Started @@ -58,8 +58,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user yarn install ``` -3. Run webpack dev server +3. Run the web client with webpack for local development. ```sh yarn serve ``` - diff --git a/src/standalone.js b/src/standalone.js index 5692e8ddd..04d40d6b1 100644 --- a/src/standalone.js +++ b/src/standalone.js @@ -1,4 +1,4 @@ (function() { "use strict"; - window.appMode='standalone'; + window.appMode = 'standalone'; })();