diff options
Diffstat (limited to 'packages/sol-tracing-utils/README.md')
-rw-r--r-- | packages/sol-tracing-utils/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-tracing-utils/README.md b/packages/sol-tracing-utils/README.md index 0a4749b8e..8b000b426 100644 --- a/packages/sol-tracing-utils/README.md +++ b/packages/sol-tracing-utils/README.md @@ -1,4 +1,4 @@ -## @0x/sol-tracing-utils +## @dexon-foundation/sol-tracing-utils Common code for all solidity trace-based tools (sol-coverage, sol-profiler, sol-trace). @@ -33,13 +33,13 @@ yarn install To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory: ```bash -PKG=@0x/sol-tracing-utils yarn build +PKG=@dexon-foundation/sol-tracing-utils yarn build ``` Or continuously rebuild on change: ```bash -PKG=@0x/sol-tracing-utils yarn watch +PKG=@dexon-foundation/sol-tracing-utils yarn watch ``` ### Clean |