Skip to content

Commit b20e05f

Browse files
authored
update README (#442)
* update README
1 parent 28173b3 commit b20e05f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Using this SDK, you can apply advanced transformations to your images and videos
88
This SDK can also be used with [popular frontend frameworks](https://cloudinary.com/documentation/sdks/js/frontend-frameworks/index.html).
99

1010
## Help & Examples
11-
- {@tutorial gettingStarted}
12-
- {@tutorial annotatedExamples}
13-
- {@tutorial configuration}
11+
- [Getting started](https://cloudinary.com/documentation/sdks/js/url-gen/tutorial-gettingStarted.html)
12+
- [Annotated Code Examples](https://cloudinary.com/documentation/sdks/js/url-gen/tutorial-annotatedExamples.html)
13+
- [Configuration](https://cloudinary.com/documentation/sdks/js/url-gen/tutorial-configuration_.html)
1414

1515
## Installation
1616
```bash
@@ -36,6 +36,7 @@ const cld = new Cloudinary({
3636
// Let's create a new image
3737
const myImage = cld.image('sample');
3838
import {Resize} from '@cloudinary/url-gen/actions/resize';
39+
3940
myImage.resize(Resize.scale().width(100).height(100));
4041

4142
// When we're done, we can apply all our changes and create a URL.

0 commit comments

Comments
 (0)