Skip to content

Commit a11dc75

Browse files
committed
rename
1 parent 93b7ee9 commit a11dc75

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818

1919
<!-- Plugin description -->
2020

21-
## Crontab Expressions
21+
## Cron &amp; Crontab Support
2222

2323
Crontab syntax support:
2424

2525
- Schedule periods and errors highlighting
26-
- Shell command completion
26+
- Shell command completions
2727
- Human-readable schedule folding
28-
- Cron tester
29-
- Crontab.guru integration
28+
- Cron expression tester
29+
- Cron expression injection
30+
- [crontab.guru](https://crontab.guru) integration
3031

3132
## Donation
3233

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
33
<id>com.github.xepozz.crontab</id>
4-
<name>Crontab Expressions</name>
4+
<name>Cron &amp; Crontab Support</name>
55
<vendor email="[email protected]" url="https://github.com/xepozz">Dmitrii Derepko (@xepozz)</vendor>
66

77
<depends>com.intellij.modules.platform</depends>

0 commit comments

Comments
 (0)