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:
gerjanvangeest 2021-09-07 11:58:27 +02:00 committed by GitHub
commit dec9c7555a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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