Skip to content

Commit 6ac2ad2

Browse files
author
Maya Shavin
committed
chore(docs): update readme
1 parent 132655e commit 6ac2ad2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
Build URL for images and videos based on configurations.
88

9-
[Documentation](https://github.com/mayashavin/cloudinary-api/tree/main/packages/url)
9+
[πŸ“– Documentation](https://cloudinary-build-url.netlify.app)
10+
[πŸ’» Code](https://github.com/mayashavin/cloudinary-api/tree/main/packages/url)
1011

1112
```
1213
import { buildUrl } from 'cloudinary-build-url'
@@ -20,6 +21,7 @@ const src = buildUrl('example', {
2021
type: 'scale',
2122
width: 500,
2223
height: 500,
24+
aspectRatio: "16:9"
2325
}
2426
}
2527
})

β€Žpackages/url/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
By default, `f_auto` (auto format per browser) and `q_auto` (auto quality per device) are enabled. And all the urls are generated as secured HTTPS format, unless user states otherwise.
88

9-
[πŸ“– Documentation]()
9+
[πŸ“– Documentation](https://cloudinary-build-url.netlify.app)
1010

1111
## Installation
1212

0 commit comments

Comments
Β (0)