aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c41879a..cfcdbc4f 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ To write a Firrtl transform, start with [src/main/scala/tutorial/AnalyzeCircuit.
To run this example:
```
sbt assembly
-./utils/bin/firrtl -td regress -tn rocket --custom tutorial.AnalyzeCircuit
+./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.AnalyzeCircuit
```
##### Useful sbt Tips