We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e4a58 + dc7f6ef commit c7ab599Copy full SHA for c7ab599
1 file changed
index.html
@@ -46,9 +46,10 @@
46
});
47
48
cliPlugin.bind('about', function () {
49
- cliPlugin.print('<p>CLI plugin is a simple and easy to use cli for web applications.</p>');
50
- cliPlugin.print('<p>This is project originated from my fascination with minimalistic user interfaces.</p>');
51
- cliPlugin.print('<p>While rich in functionality - a good cli is never distracting.</p>');
+ cliPlugin.print('<p>This project is a simple and easy to use command-line interface (CLI) for web applications.</p>');
+ cliPlugin.print('<p>Inspired by minimalistic user interfaces that are rich in functionality.</p>');
+ cliPlugin.print('<p>Designed for simplicity and built to empower.</p>');
52
+ cliPlugin.print('<p>Very light weight.</p>');
53
54
55
cliPlugin.bind('clear', function () {
0 commit comments