Skip to content

Commit

Permalink
docs: update docs for version
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Aug 26, 2024
1 parent 4809b6e commit eb8afc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ keyword: InstallationPage
Install in your project using `npm`

```bash
# Angular 18+
npm install @ngxpert/coolshapes

# Angular 17
npm install @ngxpert/coolshapes@1
```

or `yarn`

```bash
# Angular 18+
yarn add @ngxpert/coolshapes

# Angular 17
yarn add @ngxpert/coolshapes@1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/banner/banner.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.banner-img {
background-image: url("/banner.png");
background-image: url("https://github.com/ngxpert/coolshapes/blob/main/public/banner.png?raw=true");
height: 300px;
background-size: cover;
animation: banner-keyframes 30000ms ease-in-out alternate infinite;
Expand Down

0 comments on commit eb8afc2

Please sign in to comment.