remove errant semicolon from tabs npm install step

This commit is contained in:
Owen Buckley 2021-09-06 12:15:15 -04:00
parent 519759cb09
commit eb0812143f

View file

@ -21,7 +21,7 @@ export const main = () => html`
## Installation
```bash
npm i --save @lion/tabs;
npm i --save @lion/tabs
```
```js