Skip to content

Commit 3094fa2

Browse files
committed
update rules
1 parent 765bceb commit 3094fa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ bazel build //main:calculator
4343
## To package calculator target
4444

4545
```bash
46-
bazel build //mayhem:package_calculator
46+
bazel build //mayhem:calculator_package
4747
```
4848

4949
## To run calculator target
5050

5151
```bash
52-
bazel run //mayhem:run_package_calculator
52+
bazel run //mayhem:run_calculator_package
5353
```
5454

5555
The above works with the test target `//test:test_calculator` as well.

0 commit comments

Comments
 (0)