Merge pull request #1493 from thescientist13/docs/remove-errant-semicolon-tabs-npm-install-step
remove errant semicolon from tabs npm install step
This commit is contained in:
commit
dec9c7555a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const main = () => html`
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i --save @lion/tabs;
|
npm i --save @lion/tabs
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue