From dbb25ac4b8a2b74fbe9823def164b44f65b386af Mon Sep 17 00:00:00 2001 From: snobu Date: Tue, 1 Oct 2019 08:52:29 +0300 Subject: [PATCH] Fix README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 772c8f7..7fa8dac 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,9 @@ Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) ap ## USAGE -<<<<<<< HEAD * Edit `destreamer.ts` and replace the username const with your own, you may still need to enter your password or go through 2FA if you don't have the STS cookie saved in Chrome. If you do (i.e. you usually log in to Microsoft Stream with Chrome), then you may try turning `headless: false` to `true` for a truly headless experience) ======= * Edit `destreamer.ts` (`.js` if using the vanilla JS master branch) and replace the username const with your own, you may still need to enter your password or go through 2FA if you don't have the STS cookie saved in Chrome. If you do (i.e. you usually log in to Microsoft Stream with Chrome), then you may try turning `headless: false` to `true` for a truly headless experience) ->>>>>>> 29d81b72100b508b7b6429fc05a30c8b6e2f0f1d * `npm install` to restore packages * `npm start `