| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 3172445a85c2e80f064de355d35e3ae37d999c6f..73a9e255c27d46c3313a4ad797cafea79025567e 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -189,8 +189,8 @@ bash-function to help with that:
|
| roll-distiller () {
|
| (
|
| (cd $DOM_DISTILLER_DIR && ant package) && \
|
| - rm -rf $CHROME_SRC/third_party/dom_distiller_js/package/* && \
|
| - cp -rf $DOM_DISTILLER_DIR/out/package/* $CHROME_SRC/third_party/dom_distiller_js/package && \
|
| + rm -rf $CHROME_SRC/third_party/dom_distiller_js/dist/* && \
|
| + cp -rf $DOM_DISTILLER_DIR/out/package/* $CHROME_SRC/third_party/dom_distiller_js/dist/ && \
|
| touch $CHROME_SRC/components/resources/dom_distiller_resources.grdp
|
| )
|
| }
|
|
|