soop-avatar 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,4 +55,5 @@ npm 패키지를 CDN으로 제공한 뒤 userscript의 `@require`로 불러옵
55
55
 
56
56
  // 사용이 끝난 경우 제거
57
57
  // avatars.destroy();
58
- })();
58
+ })();
59
+ ```