From 73b851a207901ebc1421bb92f485658a5df7599a Mon Sep 17 00:00:00 2001 From: Younes Date: Sat, 29 Jan 2022 19:00:05 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 67cb1f5..9716d6f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# Simple Chrome extension React boilerplate +# Linkedin Ad Remover -This is a simple chrome extension boilerplate made in React to use as a default structure for your future project. -The purpose is to provide as basic and as useful as possible basic structure to get started as quick as possible. - -Of course, some parts may not suits you, but most of the basic redundant work is already done. +Linkedin Ad Remover is a small chrome extension that allows to remove all promoted job posts on a linkedin search. ## Usage - `yarn dev`: runs webpack with development environment. @@ -16,9 +13,9 @@ Of course, some parts may not suits you, but most of the basic redundant work is Clone repo ``` -git clone https://github.com/yafkari/chrome-extension-react-boilerplate.git +git clone git@github.com:yafkari/linkedin-ad-remover.git ``` -Move to `chrome-extension-react-boilerplate` directory and run +Move to `linkedin-ad-remover` directory and run ``` yarn install