You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign up for a [free account](https://cloudinary.com/users/register/free) so you can try out image transformations and seamless image delivery through CDN.
63
63
64
-
*Note: Replace `demo` in all the following examples with your Cloudinary's `cloud name`.*
64
+
*Note: Replace `demo` in all the following examples with your Cloudinary's `cloud name`.*
65
65
66
66
Accessing an uploaded image with the `sample` public ID through a CDN:
67
67
@@ -75,7 +75,7 @@ Generating a 150x100 version of the `sample` image and downloading it through a
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
92
+
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
93
93
94
94
95
95
## Usage
@@ -98,14 +98,14 @@ For more details, see our documentation for embedding [Facebook](http://cloudina
98
98
99
99
#### When using the client library directly
100
100
101
-
Each request for building a URL of a remote cloud resource must have the `cloud_name` parameter set.
102
-
Each request to our secure APIs (e.g., image uploads, eager sprite generation) must have the `api_key` and `api_secret` parameters set.
101
+
Each request for building a URL of a remote cloud resource must have the `cloud_name` parameter set.
102
+
Each request to our secure APIs (e.g., image uploads, eager sprite generation) must have the `api_key` and `api_secret` parameters set.
103
103
See [API, URLs and access identifiers](http://cloudinary.com/documentation/api_and_access_identifiers) for more details.
104
104
105
-
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method,
105
+
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method,
106
106
by initializing the Cloudinary object, or by using the CLOUDINARY_URL environment variable / system property.
107
107
108
-
The entry point of the library is the Cloudinary object.
108
+
The entry point of the library is the Cloudinary object.
0 commit comments