From 1f34f74e114e1da479e91f4d1eec04ebedc62c69 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Mon, 20 Jun 2022 10:49:34 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d57aa0..17ec2eb 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ Install the addon directly from the [firefox addon store](https://addons.mozilla Some sites put much effort in obfuscating their code / how they receive the video stream so that it simply cost too much time for me to reverse engineer it and find out how to bypass the native video player of the site. -## ⚙️ Compiling +## ⚙️ Building -If you want to compile the addon from source and not using the [installation](#installation) way, follow the instructions. +If you want to build the addon from source and not using the [installation](#installation) way, follow the instructions. Requirements: - `npm` installed.