Skip to content

Commit fbd7802

Browse files
authored
Update README.md
1 parent 707273c commit fbd7802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ const cartApiClient = createClient({
9999
await cartApiClient.shopCartApi(query);
100100
```
101101
102-
Or, you can let the JS API Client do the heavy-lifting for you. The Shop Cart API requires proof of access to the PIM API in order to get such a token.
103-
Based on your situation, you're most likely using the Shop Cart API server-side:
102+
Or, you can let the JS API Client do the heavy-lifting for you. The Shop Cart API requires proof of access to the PIM API in order to get such a token. Based on your situation, you're most likely using the Shop Cart API server-side:
104103
105104
```javascript
106105
const cartApiClient = createClient(

0 commit comments

Comments
 (0)