You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-14
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,11 @@
1
1
<h1align="center">SimpleMaskMoney</h1>
2
2
3
-
<h3align="center">⚠️<b>WARNING</b>⚠️</h3>
4
-
5
3
<h5align="center">
4
+
⚠️<b>WARNING</b>⚠️<br>
6
5
If you are having problems please check the version that you are using. <br>
7
-
This package follows the <a>semantic versioning</a> try to keep it updated with the <ahref="">latest version</a>.
6
+
This package follows the <ahref="https://semver.org/">semantic versioning</a> try to keep it updated with the <ahref="https://github.com/codermarcos/simple-mask-money">latest version</a>.
Simple money mask developed with pure JavaScript 🗃️ <b>0 dependecies</b>, 🔒 <b>100% Safe</b> (no <ahref="https://docs.npmjs.com/auditing-package-dependencies-for-security-vulnerabilities">npm audit problems as vulnerabilities</a> or <ahref="https://github.com/codermarcos/simple-mask-money/security/dependabot">dependabot issues</a>) which you can run on <b>Client Side</b> and <b>Server Side</b>.
Simple money mask developed with pure JavaScript 🗃️ **0 _dependecies_**, 🍃 Super light just **1.65kB gzipped**, 🔒 **100% Secure** (no [npm audit problems](https://docs.npmjs.com/auditing-package-dependencies-for-security-vulnerabilities) or [dependabot issues](https://github.com/codermarcos/simple-mask-money/security/dependabot)) which you can run on **Client Side** and **Server Side**. [Try **live demo**](https://simple-mask-money.codermarcos.zone/).
34
25
35
26
## 🎉 Getting Started
36
27
@@ -106,6 +97,8 @@ Here is a usage example with Vanilla JS:
106
97
</body>
107
98
```
108
99
100
+
> These are only the basic usage if you need configure some arguments you can check [documentation about full api reference](./docs/4.x.x/)
101
+
109
102
#### Vue JS Basic Example
110
103
111
104
Here is a usage example with Vue JS:
@@ -131,6 +124,9 @@ export default {
131
124
</script>
132
125
```
133
126
127
+
> These are only the basic usage if you need configure some arguments you can check [documentation about full api reference](./docs/4.x.x/)
> If you are having problems please check the version that you are using.
5
+
> This package follows the [semver (**semantic versioning**)](https://semver.org/) try to keep it updated with the [latest version](https://github.com/codermarcos/simple-mask-money).
4
6
5
-
<h5align="center">
6
-
if you are having problems check the version you are using.
7
-
<ahref="2.x.x/#readme">
8
-
The docs to old (2.x.x) version stay <b>here</b>
9
-
</a>
10
-
</h5>
7
+
Please read api the docs equivalent to your version or if you prefer [see the examples](../examples/#readme):
11
8
12
-
<palign="center">
13
-
Simple money mask use a <ahref="https://semver.org/">semver (semantic version)</a> please read api the docs equivalent to your version or if you prefer <ahref="../examples/#readme">see the examples</a>.
0 commit comments