From 1edee0971103695a915eccdee8ccf4dcc32b88fe Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 4 Jul 2017 09:29:10 +0000 Subject: [PATCH] Add image name to README --- sample-functions/Phantomjs/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample-functions/Phantomjs/README.md b/sample-functions/Phantomjs/README.md index 6f7a9767..f0af78e1 100644 --- a/sample-functions/Phantomjs/README.md +++ b/sample-functions/Phantomjs/README.md @@ -2,7 +2,12 @@ [Phantomjs](http://phantomjs.org) is a headless web-browser used for scraping and automation testing. This function will scrape a web-page with the JavaScript sent in through the function. -Example usage: +Once a function has been deployed to FaaS using the UI or one of the other methods you can invoke it with a JavaScript Phantomjs file. + +**Image name:** `functions/base:phantomjs` + + +**Example usage:** ``` $ time curl --data-binary @cnn.js http://localhost:8080/function/phantomjs