Skip to content

Commit 9837e46

Browse files
authored
chore(readme): make the CORS information less scary (#607)
1 parent b3547f5 commit 9837e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This SDK enables you to interact with Scaleway APIs.
44

5-
> **Warning**
6-
> SDK only works from a node.js runtime, browser calls aren't supported yet.
5+
> **Note**
6+
> The SDK works exclusively within a Node.js environment, as browser requests are limited by CORS restrictions.
77
88
**🔗  Important links:**
99
* [Reference documentation](https://scaleway.github.io/scaleway-sdk-js)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { BaremetalV1UtilsAPI as API } from './api.utils'
22
export { PrivateNetworkAPI } from './api.gen'
33
export * from './content.gen'
4-
export * from './types.gen'
4+
export type * from './types.gen'
55
export * as ValidationRules from './validation-rules.gen'

0 commit comments

Comments
 (0)