From cf753d0d9ba793e609225fbba056fde19b80f712 Mon Sep 17 00:00:00 2001 From: Osvaldo Pina Date: Sat, 6 Apr 2019 10:10:34 -0300 Subject: [PATCH] update reame --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5b95df..2349f3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hal Chrome Plugin +# Hal Chrome Extension @@ -8,7 +8,7 @@ A Chrome extension to render and interact with json hal ## General Information -The plugin was develop in Angular and is divided in several projects: +The extension was develop in Angular and is divided in several projects: @@ -16,7 +16,7 @@ The plugin was develop in Angular and is divided in several projects: A application that is used to test the plugin. By typing `ng serve` the application became available at http:localhost:4200 and it renders a textarea that has its contents rendered as it were a json hal page. - ### chrome-plugin + ### chrome-extension A application that contains specific chrome plugin code. It is responsable to check if the current chrome page is a hal document and bootstraps the hal-render-component with the hal json. @@ -46,4 +46,4 @@ Get it from chrome store ### Install from sources * Clone the repository and type `npm run build`. * Navigate to `chrome://chrome/extensions/` and enable "Developer mode" -* Click "Load unpacked extension" and select the `dist/chrome-plugin`. +* Click "Load unpacked extension" and select the `dist/chrome-extension`.