aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2018-04-24 23:27:36 +1000
committerTim Lucas <t@toolmantim.com>2018-04-24 23:27:36 +1000
commitba32f188bf5dffef32d046eedbb4600cfcd08078 (patch)
treec45ad6444a66981e65128117429b0c47d5dda6f8
parent7887380764f6a7e98cdf351b888dd5435106eab9 (diff)
downloaddocker-puppeteer-ba32f188bf5dffef32d046eedbb4600cfcd08078.tar.gz
docker-puppeteer-ba32f188bf5dffef32d046eedbb4600cfcd08078.tar.zst
docker-puppeteer-ba32f188bf5dffef32d046eedbb4600cfcd08078.zip
Readme updates
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 453245c..3d200de 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# Docker Puppeteer 1# Docker Puppeteer
2 2
3Node 8 + Puppeteer docker base image. Use it to add your own tools (such as a testing framework), configure any linked containers via your Docker Compose config, and run your Puppeteer scripts. 3A 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.
4 4
5## Usage example 5## Usage example
6 6