Skip to content

Commit c7ab599

Browse files
committed
Merge branch 'develop'
2 parents f6e4a58 + dc7f6ef commit c7ab599

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
});
4747

4848
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>');
49+
cliPlugin.print('<p>This project is a simple and easy to use command-line interface (CLI) for web applications.</p>');
50+
cliPlugin.print('<p>Inspired by minimalistic user interfaces that are rich in functionality.</p>');
51+
cliPlugin.print('<p>Designed for simplicity and built to empower.</p>');
52+
cliPlugin.print('<p>Very light weight.</p>');
5253
});
5354

5455
cliPlugin.bind('clear', function () {

0 commit comments

Comments
 (0)