Skip to content

Commit 5047ea2

Browse files
Lewuathewchargin
authored andcommitted
Fix typo in DEVELOPMENT.md (#258)
(Change `scalars:scalars_demo` to `scalar:scalars_demo`.)
1 parent 3f1b658 commit 5047ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel run //tensorboard -- --logdir /path/to/logs
99
If you need to generate fake data, run:
1010

1111
```sh
12-
bazel run //tensorboard/plugins/scalars:scalars_demo
12+
bazel run //tensorboard/plugins/scalar:scalars_demo
1313
```
1414

1515
This will generate some fake scalar data in `/tmp/scalars_demo`.

0 commit comments

Comments
 (0)