Skip to content

Commit e0c7005

Browse files
author
Maya Shavin
committed
chore: fix README
1 parent 8fbdf37 commit e0c7005

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ const src = buildUrl('example', {
3737
console.log(src)
3838
```
3939

40+
## Installation
41+
42+
To use `cloudinary-build-url`:
43+
44+
```bash
45+
npm i cloudinary-build-url
46+
47+
#OR
48+
yarn add cloudinary-build-url
49+
```
50+
4051
## Use with TypeScript
4152

4253
cloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install `@cld-apis/types` as devDependencies.

docs/url-docs/content/en/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Setup
33
description: 'How to set up the builder'
44
position: 2
55
category: Guide
6+
version: 1
67
---
78

89
## Installation

packages/url/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ or
2626
npm i cloudinary-build-url
2727
```
2828

29+
## Use with TypeScript
30+
31+
In order to start using the lib with TypeScript, please install `@cld-apis/types` as devDependencies.
32+
33+
```bash
34+
npm i -D @cld-apis/types
35+
36+
#OR
37+
38+
yarn add -D @cld-apis/types
39+
```
40+
2941
## Usage
3042

3143
### Build a delivery url for image

0 commit comments

Comments
 (0)