From c43a9bdeea6a851873fd12460da7f1ff99bd96df Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 10 Feb 2018 02:46:34 +0800 Subject: [PATCH] add splash examples --- splash/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/splash/README.md b/splash/README.md index 6a8664d..275d842 100644 --- a/splash/README.md +++ b/splash/README.md @@ -122,6 +122,8 @@ function main(splash) end ``` +View more [examples][2]. + ```bash # whole page $ http http://server:8050/render.png url==https://www.youtube.com/ > youtube.png @@ -137,3 +139,4 @@ $ http http://server:8050/execute lua_source=@crop.lua \ ``` [1]: http://splash.readthedocs.org/en/latest/ +[2]: https://github.com/scrapinghub/splash/tree/master/splash/examples