diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 15:26:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | bbe791f3b5c47e4f4646840a77b253a726d81ac7 (patch) | |
tree | 13fe899b25ba37c769ec4351fec656fbcb6c5b39 /development/casperjs/README | |
parent | fe8fce0706549d02abcc5c22e0e73b9d8a4ee585 (diff) |
development/casperjs: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/casperjs/README')
-rw-r--r-- | development/casperjs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/casperjs/README b/development/casperjs/README index 01f33832d36a..ecb8e01ec5c9 100644 --- a/development/casperjs/README +++ b/development/casperjs/README @@ -1,5 +1,5 @@ CasperJS is an open source navigation scripting & testing utility -written in Javascript and based on PhantomJS — the scriptable headless +written in Javascript and based on PhantomJS - the scriptable headless WebKit engine. It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntactic sugar for doing common tasks like filling & submitting forms, |