Skip to content

Commit 8be1438

Browse files
committed
Update README.md
1 parent a198a93 commit 8be1438

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Assets Manager provides utils to manage external files, its main features are:
44
* Load external files.
55
* Save files in different formats.
66
* Queue files to load / load them at once.
7-
* Use relative, absolute path or url for files.
8-
* Read folder structure and receive alerts for modified files or folders.
7+
* Folder Watcher - receive alerts when folder contents are modified.
98

109
Assets Manager is based of [AkaLoader](https://github.com/onatbas/AkaLoader) by Onatbas.
1110

@@ -78,9 +77,9 @@ FileSaver.saveAsText("Text.txt", "some string"); // saves locally.
7877
FileSaver.saveAsBytes("File", myByteArray); // saves locally.
7978
```
8079

81-
#FolderTree
80+
#Folder Watcher
8281

83-
Folder tree reads a folder contents recursively and sends notifications when files or sub-dirs are added, removed or modified.
82+
Folder watcher reads a folder contents recursively and sends notifications when files or sub-dirs are added, removed or modified.
8483

8584

8685
Example:

0 commit comments

Comments
 (0)