Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit fac8b8e

Browse files
authored
Fix bash code block in Readme (#136)
1 parent afc7fb4 commit fac8b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Using the same examples above, you can run distributed training on a multi-node
7070

7171
First, use Ray's <!--$UNCOMMENT{ref}`Cluster launcher <ref-cluster-quick-start>`--><!--$REMOVE-->[Cluster launcher](https://docs.ray.io/en/latest/cluster/quickstart.html)<!--$END_REMOVE--> to start a Ray cluster:
7272

73-
.. code-block:: bash
74-
75-
ray up my_cluster_config.yaml
73+
```bash
74+
ray up my_cluster_config.yaml
75+
```
7676

7777
Then, run your Ray script using one of the following options:
7878

0 commit comments

Comments
 (0)