Skip to content

Commit

Permalink
update reame
Browse files Browse the repository at this point in the history
  • Loading branch information
osvaldopina authored Apr 6, 2019
1 parent 589e9f4 commit cf753d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hal Chrome Plugin
# Hal Chrome Extension



Expand All @@ -8,15 +8,15 @@ 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:



### hal-render-application

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.

Expand Down Expand Up @@ -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`.

0 comments on commit cf753d0

Please sign in to comment.