summaryrefslogtreecommitdiff
path: root/tools/icu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/icu/README.md')
-rw-r--r--tools/icu/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/icu/README.md b/tools/icu/README.md
index 223990bc45..01c1227931 100644
--- a/tools/icu/README.md
+++ b/tools/icu/README.md
@@ -92,7 +92,7 @@ make clean
tools/license-builder.sh
```
-- Now, fix the default URL for the `full-icu` build in `/configure`, in
+- Now, fix the default URL for the `full-icu` build in `/configure.py`, in
the `configure_intl()` function. It should match the ICU URL used in the
first step. When this is done, the following should build with full ICU.
@@ -104,7 +104,7 @@ make
make test-ci
```
-- commit the change to `configure` along with the updated `LICENSE` file.
+- commit the change to `configure.py` along with the updated `LICENSE` file.
- Note: To simplify review, I often will “pre-land” this patch, meaning that
I run the patch through `curl -L https://github.com/nodejs/node/pull/xxx.patch