We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa78d6 commit f72e546Copy full SHA for f72e546
1 file changed
website/docs/quickstart.md
@@ -111,7 +111,7 @@ JS version goes here
111
112
</TabItem>
113
114
-<TabItem value = "tenant-curl" label = "Using curl">
+<TabItem value = "tenant-curl" label = "Using cURL">
115
116
```bash
117
POST api/v1/tenant HTTP/2
@@ -155,7 +155,7 @@ JS version goes here
155
156
157
158
-<TabItem value = "curl" label = "Using curl">
+<TabItem value = "curl" label = "Using cURL">
159
160
161
curl --location --request GET "http://local.suborbital.network:8082/auth/v2/access/${IDENTIFIER}/${NAMESPACE}/${EXT}" \
0 commit comments