@mozaic-ds/angular 2.0.0-beta.9 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,7 +62,7 @@ import { MozButtonComponent } from '@mozaic-ds/angular';
62
62
  </script>
63
63
 
64
64
  <template>
65
- <moz-button>This is a Mozaic Button</moz-button>
65
+ <button moz-button>This is a Mozaic Button</button moz-button>
66
66
  </template>
67
67
  ```
68
68
 
@@ -116,7 +116,8 @@ We're always looking for contributors to help us fix bugs, build features, or he
116
116
 
117
117
  **Maintainer**
118
118
 
119
- - **[David Martin](https://github.com/dmartinds)**
119
+ - **[Maxime Moiroux](https://github.com/maksnaga)**
120
+ - **[Baptiste Goulard](https://github.com/baotista)**
120
121
 
121
122
  ## 📄 Licensing
122
123