Skip to content

Commit a068cb5

Browse files
piperchesterchihuahua
authored andcommitted
Fix code formatting example in README (#602)
Specified that a code snippet is bash.
1 parent 6d598fc commit a068cb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ tensorboard --logdir path/to/logs
4444

4545
Or, if you are building from source:
4646

47-
```
47+
```bash
4848
bazel build tensorboard:tensorboard
4949
./bazel-bin/tensorboard/tensorboard --logdir path/to/logs
50+
5051
# or even more succinctly
5152
bazel run tensorboard -- --logdir path/to/logs
5253
```

0 commit comments

Comments
 (0)