From 69f8fd8e8f9d584ffbfd50b934db57b1cddf62de Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Fri, 25 Nov 2022 11:56:18 +0100 Subject: [PATCH] improve examples readme --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 4f3adc2..46324cd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,9 +6,9 @@ Run example applications with `OverlayScrollbars`. ## Install and Build -Before you can start any application you have to install all dependencies and build the library: +Before any application can be started, all dependencies have to be installed and the library has to be build: -1. `npm i` +1. `npm install` 2. `npm run build:os` ## Run Example