Skip to content

Commit 4c50984

Browse files
authored
Small docs change (#433)
* Capitalize CLI * Remove await
1 parent e5a322e commit 4c50984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ model = art.TrainableModel(
4848
backend = ServerlessBackend(
4949
api_key="your_wandb_api_key"
5050
)
51-
await model.register(backend)
51+
model.register(backend)
5252
# Edit and iterate in minutes, not hours!
5353
```
5454

docs/fundamentals/art-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ backend = await SkyPilotBackend.initialize_cluster(
102102
)
103103
```
104104

105-
When a training job is finished, you can shut down a cluster either through code or the cli.
105+
When a training job is finished, you can shut down a cluster either through code or the CLI.
106106

107107
**Code:**
108108

0 commit comments

Comments
 (0)