Skip to content

Commit

Permalink
fix: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsalles committed Jan 8, 2021
1 parent 755ba41 commit e3b3c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MX Mixins

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![License](https://img.shields.io/github/license/maxsalles/node-app-template.svg)](LICENSE.md)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/maxsalles/mx-mixins/test/master)](https://github.com/maxsalles/mx-mixins/actions?query=workflow%3Alint+branch%3Amaster)
[![License](https://img.shields.io/github/license/maxsalles/mx-mixins.svg)](LICENSE)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/maxsalles/mx-mixins/test/master)](https://github.com/maxsalles/mx-mixins/actions?query=workflow%3Atest+branch%3Amaster)

**MX Mixins** is a JavaScript library that implements [Mixins as Subclass Factories](https://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes/) presented by [Justin Fagani](https://github.com/justinfagnani).

Expand Down Expand Up @@ -34,10 +34,10 @@ Detailed changes for each release are documented in the [release notes](https://

## Contact

If you want to contact me you can reach me at <herond@gmail.com>.
If you want to contact me you can reach me at <herond12@gmail.com>.

## License

[MIT](LICENSE.md)
[MIT](LICENSE)

Copyright (c) 2020-present, Max Salles.

0 comments on commit e3b3c40

Please sign in to comment.