Skip to content

Commit 2ccfcf2

Browse files
committed
docs: update README to rename 'Demo Application' section to 'Test Examples'
1 parent 010e9a0 commit 2ccfcf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lightweight JavaScript SDK for generating optimized URLs for images and videos,
2323
- [File Upload](#file-upload)
2424
- [Basic Upload Example](#basic-upload-example)
2525
- [Promise-based Upload Example](#promise-based-upload-example)
26-
- [Demo Application](#demo-application)
26+
- [Test Examples](#test-examples)
2727
- [Changelog](#changelog)
2828

2929
## Installation
@@ -336,7 +336,7 @@ imagekit.upload({
336336
});
337337
```
338338

339-
## Demo Application
339+
## Test Examples
340340

341341
For a quick demonstration of the SDK features, refer to our test examples:
342342
- URL Generation examples can be found in [test/url-generation.js](./test/url-generation.js)

0 commit comments

Comments
 (0)