We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b1ab1 + cbf17f6 commit bf30a09Copy full SHA for bf30a09
1 file changed
packages/quickstarts/README.md
@@ -17,7 +17,7 @@ This client is using typescript and axios. Types are distributed with this packa
17
18
This package comes with a client in its `api.ts` already defined with every call available.
19
```JS
20
-`import quickstartsClient from '@redhat-cloud-services/javascript-clients-shared/utils';
+import quickstartsClient from '@redhat-cloud-services/javascript-clients-shared/utils';
21
22
quickstartsClient.someEndpoint();
23
```
0 commit comments