We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ec06b commit 2815fc7Copy full SHA for 2815fc7
1 file changed
README.md
@@ -25,7 +25,7 @@ Calling ClearBlade.init(configObject) will initialize ClearBlade settings and fu
25
```javascript
26
27
ClearBlade.init({
28
- URI: 'platform address', // e.g., 'https://platform.clearblade.com/'
+ URI: 'platform address', // e.g., 'https://platform.clearblade.com'
29
systemKey: 'theSystemKey',
30
systemSecret: 'theSystemSecret',
31
email: "userEmail", // use registerEmail instead if you wish to create a new user
0 commit comments