]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Update README.md 1.5.0
authorTim Lucas <t@toolmantim.com>
Tue, 12 Jun 2018 13:04:53 +0000 (23:04 +1000)
committerGitHub <noreply@github.com>
Tue, 12 Jun 2018 13:04:53 +0000 (23:04 +1000)
README.md

index e79ed4ab513499aca39aef30e1e50e872f9f9f0b..0e47d4e76fa1cbfc167d0c5f5fbf8a9768be76d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Docker Puppeteer
 
-A base image for running Puppeteer scripts. Add your own tools (such as Jest, Mocha, etc), link services you want to test via Docker Compose, and run your Puppeteer scripts with a headless Chromium.
+A Node + Puppeteer base image for running Puppeteer scripts. Add your own tools (such as Jest, Mocha, etc), link services you want to test via Docker Compose, and run your Puppeteer scripts with a headless Chromium.
+
+See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/tags/) for Puppeteer versions available.
 
 ## Usage example