diff --git a/README.md b/README.md index df9f66d..de2a8c0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ng add ngx-loading-buttons ## Usage -Import the `NgxPagememoryModule` into your `AppModule`. You can configure it as shown below: +Import the `NgxLoadingButtonsModule` into your `AppModule`. You can configure it as shown below: ```ts import { NgModule } from '@angular/core'; @@ -105,8 +105,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Daniel Kreider 💻 |
- Raphaël Balet 💻 |
+ Daniel Kreider 💻 |
+ Raphaël Balet 💻 |
+ Arthur Ming 💻 |
Fabien Wautriche 🐛 |
tux1337 🐛 |
Milán Németh 🐛 |
diff --git a/projects/ngx-loading-buttons/README.md b/projects/ngx-loading-buttons/README.md
index 0c48023..de2a8c0 100644
--- a/projects/ngx-loading-buttons/README.md
+++ b/projects/ngx-loading-buttons/README.md
@@ -4,9 +4,13 @@
Daniel Kreider 💻 |
- Raphaël Balet 💻 |
+ Daniel Kreider 💻 |
+ Raphaël Balet 💻 |
+ Arthur Ming 💻 |
Fabien Wautriche 🐛 |
tux1337 🐛 |
Milán Németh 🐛 |
@@ -120,4 +125,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/
Contributions of any kind welcome!
## Credits
-- Fidget-spinner icons created by Smashicons - Flaticon
\ No newline at end of file
+- Fidget-spinner icons created by Smashicons - Flaticon
diff --git a/projects/ngx-loading-buttons/schematics/ng-add/schema.json b/projects/ngx-loading-buttons/schematics/ng-add/schema.json
index fa0c9af..3005205 100644
--- a/projects/ngx-loading-buttons/schematics/ng-add/schema.json
+++ b/projects/ngx-loading-buttons/schematics/ng-add/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
- "$id": "ngx-loading-buttongs-ng-add",
+ "$id": "ngx-loading-buttons-ng-add",
"title": "ngx-loading-buttons ng-add schematic",
"type": "object",
"properties": {
@@ -14,4 +14,4 @@
},
"required": []
}
-
\ No newline at end of file
+