Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
docs: adjust readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deiteris committed Mar 5, 2021
1 parent 8a36369 commit 1114cd7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@

The styles are applied to the element with `[slot="markdown-html"]` attribute.

### API components

This components is a part of [API components ecosystem](https://elements.advancedrestclient.com/)

## Usage

### Installation
```

```sh
npm install --save @advanced-rest-client/markdown-styles
```

Expand Down Expand Up @@ -60,10 +57,14 @@ customElements.define('sample-element', SampleElement);

Note, the element does not include Polymer library.

### Installation
## Development

```sh
git clone https://github.com/advanced-rest-client/markdown-styles
markdown-styles
cd markdown-styles
npm install
```

## API components

This component is a part of [API components ecosystem](https://elements.advancedrestclient.com/)

0 comments on commit 1114cd7

Please sign in to comment.