Skip to content

Commit 10ad925

Browse files
authored
Update README.md (#1)
Added note on grabbing workspace ID, since that is mentioned in setting up the .env file at the bottom.
1 parent 121069a commit 10ad925

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ This repository provides examples, tools, and utilities for integrating Mabl and
33

44
# Installation
55

6-
## On your mabl workspace
6+
## In your mabl workspace
77

8-
### Create and API key
8+
### Create an API key
99

1010
TODO
1111

12+
### Get your workspace ID
13+
14+
Go to **Settings > Workspace** in the mabl app to get your workspace ID. Alternatively, run `mabl workspaces list` in the mabl CLI.
15+
1216
### Create a Database configuration
1317

1418
TODO
@@ -28,4 +32,4 @@ MABL_API_KEY=your_api_key
2832
MABL_WORKSPACE_ID=your_workspace_id
2933
DATABASE_ID=your_database_id
3034
MABL_CREDENTIALS_ID=your_credentials_id
31-
```
35+
```

0 commit comments

Comments
 (0)