Skip to content

Commit 29d39d5

Browse files
Merge pull request #150 from renderforest/fix-documentation
make important bold to be more attractive.
2 parents 198f41e + 91663b1 commit 29d39d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,11 @@ renderforest.deleteProject(payload)
207207

208208
### Delete Specific Project Videos
209209

210-
Deletes specific project videos.
211-
The quality parameter is optional.
212-
IMPORTANT: If you want to delete only a single quality video, you have to specify quality parameter, otherwise all quality videos of the project will be deleted.
210+
Deletes specific project videos. The quality parameter is optional.
211+
212+
**IMPORTANT**: If you want to delete only a single quality video, you have to specify quality parameter,
213+
otherwise all quality videos of the project will be deleted.
214+
213215
```js
214216
const Renderforest = require('@renderforest/sdk-node')
215217

@@ -225,6 +227,7 @@ renderforest.deleteProjectVideos(payload)
225227
```
226228
[See example](https://github.com/renderforest/renderforest-sdk-node/blob/master/examples/projects/delete-project-videos.js)
227229

230+
228231
### Apply Template Preset on the Project
229232

230233
Applies template preset on the project.

0 commit comments

Comments
 (0)