Skip to content

Commit e485e6c

Browse files
Apply suggestions from code review
Co-authored-by: M Atif Ali <atif@coder.com>
1 parent 425ca0e commit e485e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/users/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ Visit the [users list](../../reference/cli/users_list.md) documentation for more
227227

228228
Use [get users](../../reference/api/users.md#get-users):
229229

230-
```bash
230+
```shell
231231
curl -X GET http://coder-server:8080/api/v2/users \
232232
-H 'Accept: application/json' \
233233
-H 'Coder-Session-Token: API_KEY'
234234
```
235235

236-
To export the results to a CSV file, you can use [jq](https://jqlang.org/) to process the JSON response:
236+
To export the results to a CSV file, you can use [`jq`](https://jqlang.org/) to process the JSON response:
237237

238238
```shell
239239
curl -X GET http://coder-server:8080/api/v2/users \

0 commit comments

Comments
 (0)