Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
To avoid npm/cli#2610
  • Loading branch information
dcsaszar committed Nov 3, 2023
1 parent f852c76 commit ba01e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Install

```bash
npm install --save https://github.com/dcsaszar/scrivito-sam.git
npm install --save https://git@github.com/dcsaszar/scrivito-sam.git
```

### Webpack integration
Expand Down Expand Up @@ -37,5 +37,5 @@ export const metadataPropertiesGroups = [
## Update

```bash
npm uninstall scrivito-sam && npm install --save https://github.com/dcsaszar/scrivito-sam.git
npm uninstall scrivito-sam && npm install --save https://git@github.com/dcsaszar/scrivito-sam.git
```

0 comments on commit ba01e63

Please sign in to comment.