From 1594f8c09e0c18dbcd71290f9d8bdf2833c333f5 Mon Sep 17 00:00:00 2001 From: swseverance Date: Tue, 21 Nov 2017 16:48:14 -0500 Subject: [PATCH] docs(aio): fix filename (#20569) PR Close #20569 --- aio/tools/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/tools/examples/README.md b/aio/tools/examples/README.md index 1962f6d205..c85aedc573 100644 --- a/aio/tools/examples/README.md +++ b/aio/tools/examples/README.md @@ -84,7 +84,7 @@ This tool expects all the examples to be build with `npm run build`. If an examp with that script, the author would need to specify the new build command in the `example-config.json` as shown earlier. -### add-example-boilerplate.js +### example-boilerplate.js This script installs all the dependencies that are shared among all the examples, creates the `node_modules` symlinks and copy all the boilerplate files where needed. It won't do anything @@ -102,7 +102,7 @@ This script will find all the `e2e-spec.ts` files and run them. To not run all tests, you can use the `--filter=name` flag to run the example's e2e that contains that name. -It also has an optional `--setup` flag to run the `add-example-boilerplate.js` script and install +It also has an optional `--setup` flag to run the `example-boilerplate.js` script and install the latest `webdriver`. It will create a `/aio/protractor-results-txt` file when it finishes running tests.