react-cron-generator 2.0.8 → 2.0.10

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
@@ -6,6 +6,10 @@ Simple react component to generate cron expression
6
6
 
7
7
  Package helps to build linux scheduler cron expression.
8
8
 
9
+ [![npm version](https://badge.fury.io/js/react-cron-generator.svg)](https://badge.fury.io/js/react-cron-generator) ![Downloads](https://img.shields.io/npm/dm/react-cron-generator.svg)
10
+ <a href="https://github.com/sojinantony01/react-spread-sheet/blob/main/LICENSE">
11
+ <img src="https://img.shields.io/npm/l/react-cron-generator.svg" alt="license">
12
+ </a>
9
13
 
10
14
  ```
11
15
  data = '* * * * * * *'
@@ -93,6 +97,9 @@ const options = {
93
97
 
94
98
  [Sojin Antony](https://github.com/sojinantony01)
95
99
 
100
+ [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/sojinantony)
101
+
102
+
96
103
  ## Acknowledgments
97
104
 
98
105
  **cronstrue**