ipentec-penta commited on
Commit
0c00798
·
verified ·
1 Parent(s): cb4efbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -15,9 +15,11 @@ license_link: https://www.ipentec.com/contents/ipentec-software-license-non-prof
15
 
16
  autocomplete.txt for ComfyUI-Custom-Scripts
17
 
18
- 2025-05-05 ver.
19
- Update Summary
20
 
21
- -Replaced underscores (_) with spaces in tag names for better readability and consistency.
22
- -Escaped parentheses by changing (tag) to \(tag\) to prevent unintended emphasis in ComfyUI prompt processing.
 
 
 
 
23
 
 
15
 
16
  autocomplete.txt for ComfyUI-Custom-Scripts
17
 
 
 
18
 
19
+ ## 🔄 2025-05-05 ver. Update Summary
20
+
21
+ This update includes the following changes:
22
+
23
+ - Replaced underscores (`_`) with spaces in tag names for better readability and consistency.
24
+ - Escaped parentheses by changing `(tag)` to `\(tag\)` to prevent unintended emphasis in ComfyUI prompt processing.
25