diff options
Diffstat (limited to 'views/README.md')
-rw-r--r-- | views/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/views/README.md b/views/README.md index a6ebd93a7788..57fcbb476e38 100644 --- a/views/README.md +++ b/views/README.md @@ -8,9 +8,8 @@ individual content and usage information. Testing changes locally ----------------------- -Generally, when iterating on these files, it's best to locally invoke `josh- -filter` (from `//third_party//josh`) locally to inspect how the workspace would -look like: +Generally, when iterating on these files, it's best to invoke `josh-filter` +(from the `josh` package) locally to inspect how the workspace would look like: - Commit your changes. This is required, as `josh-filter` operates on your `HEAD`, not working directory state. |