From 5cea4c923153163fdc14635d5c59a6c70d6c956d Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Fri, 28 Feb 2020 15:24:18 +0100 Subject: [PATCH] Adjust README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c40d0a01..4ee78ed78 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ Jellyfin Web is the frontend used for most of the clients available for end user 3. Run the web client with webpack for local development. ```sh - gulp serve + yarn serve ``` 4. Build the client with sourcemaps. '''sh - gulp + yarn ''' Or without sourcemaps '''sh - gulp --production + yarn --production ''' \ No newline at end of file