Skip to content

Commit 3c55a3f

Browse files
committed
Quick updates to documentation
1 parent b36e150 commit 3c55a3f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
Configurable, lightweight back to top button for Angular projects.
2121

22-
# Compatibility
23-
24-
| Angular version | @proangular/ngx-scroll-top | Install |
25-
| --------------- | -------------------------- | ------------------------------------------ |
26-
| v14 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
27-
| v13 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
28-
| v12 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
29-
3022
# Demo
3123

3224
<p align="center">
@@ -89,6 +81,14 @@ Use package
8981
</ngx-scroll-top>
9082
```
9183

84+
# Compatibility
85+
86+
| Angular version | @proangular/ngx-scroll-top | Install |
87+
| --------------- | -------------------------- | ------------------------------------------ |
88+
| v14 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
89+
| v13 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
90+
| v12 | v1.x.x | `ng add @proangular/ngx-scroll-top@latest` |
91+
9292
# Development
9393

9494
1. Pull, create new branch, add changes.
@@ -103,12 +103,13 @@ Thank you for your contributions!
103103
As a husband and father of four children, your donations mean the world to me! Any donations are greatly appreciated and keep me going!
104104

105105
[https://www.paypal.me/CodyTolene](https://www.paypal.me/CodyTolene)
106+
106107
[https://github.com/sponsors/ProAngular](https://github.com/sponsors/ProAngular)
107108

108109
# License
109110

110111
Copyright &copy; 2022 [Cody Tolene](https://www.CodyTolene.com)
111112

112-
All contents are licensed under the [MIT license].
113+
All content is licensed under the [MIT license].
113114

114115
[mit license]: LICENSE

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proangular/ngx-scroll-top",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Configurable, lightweight back to top button for Angular projects.",
55
"author": "Pro Angular <webmaster@proangular.com>",
66
"homepage": "https://www.proangular.com",

0 commit comments

Comments
 (0)