From 94369a1c422ad638363b9ec3fe2aa501f7c8027a Mon Sep 17 00:00:00 2001 From: mwaldrich <30734086+mwaldrich@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:59:10 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acbda3f..afef131 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,9 @@ look at 2. using *polyfills*. Polyfills are implementations of native functions written in JavaScript itself. While polyfills are traditionally used for providing missing functionality to older web browsers, they can also help the taint -analysis understand data-flow. If you want to track data-flow through a native -function that you can write a polyfill for, use it normally in -[`src/native/polyfill.ts`](./ts/src/native/polyfill.ts). +analysis understand data-flow. Simply define the polyfill to use it. +Note that Augur already defines a couple of its own polyfills in +[`src/native/polyfill.js`](./ts/src/native/polyfill.js). ## Optional: Installing NodeProf locally Augur normally runs your Node.js project in Docker. This is because NodeProf