Jelajahi Sumber

update readme with links

George S. Baugh 5 tahun lalu
induk
melakukan
13d0c3aba5
1 mengubah file dengan 8 tambahan dan 2 penghapusan
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -1,5 +1,5 @@
 # playwright-perl
-Perl bindings for [playwright][pw]
+Perl bindings for [playwright][pw], the amazing cross browser testing framework from Microsoft
 
 ## Has this ever happened to you?
 
@@ -13,7 +13,13 @@ You build a bunch of little actions to do much like action chains in Selenium, a
 
 The best way to do this is probably using [Promise::XS][xs].
 
+[pw]:https://github.com/microsoft/playwright
+[srd]:https://metacpan.org/pod/Selenium::Remote::Driver
+[xp]:http://expressjs.com/
+[xs]:https://metacpan.org/pod/Promise::XS
+
 ## How2develop
 
-npm i playwright express
+npm i playwright express uuid yargs
+
 perl -Ilib example.pl