README.md in rapidshare-ext-0.0.1 vs README.md in rapidshare-ext-0.0.2

- old
+ new

@@ -56,11 +56,11 @@ # }, # ... # } ``` -Note, that after the folder hierarhy is generated first time the data is cached permanently to improve performance. +Note, that after the folder hierarchy is generated first time the data is cached permanently to improve performance. So, if you want to invalidate the cache just call the above method with trailing "!": ```ruby api.folders_hierarchy! ``` @@ -85,10 +85,10 @@ `-a <- RS API allows us to delete JUST THIS folder, so hierarchy relation between folders will be lost and the folders "c" and "b" will become orphans `-b `-c ``` Orphans is invisible in your File Manager on the Rapidshare web site, so you may want to hide data in that way (stupid idea) -We can fix it by detecting all orphan fodlers and moving them to a specific fodler: +We can fix it by detecting all orphan folders and moving them to a specific folder: ```ruby move_orphans :to => "/" ``` Or we can just kill'em all: \ No newline at end of file