aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/sol_profiler/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/sol_profiler/installation.md')
-rw-r--r--packages/website/md/docs/sol_profiler/installation.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/website/md/docs/sol_profiler/installation.md b/packages/website/md/docs/sol_profiler/installation.md
deleted file mode 100644
index e29ac5ae7..000000000
--- a/packages/website/md/docs/sol_profiler/installation.md
+++ /dev/null
@@ -1,17 +0,0 @@
-**Install**
-
-```bash
-yarn add -D @0x/sol-profiler
-```
-
-**Import**
-
-```javascript
-import { ProfilerSubprovider } from '@0x/sol-profiler';
-```
-
-or
-
-```javascript
-var ProfilerSubprovider = require('@0x/sol-profiler').ProfilerSubprovider;
-```