Skip to content

Commit 7483bda

Browse files
committed
fix: fix word
1 parent 8a8bdc4 commit 7483bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from markdown_generator.mdconverter_class import MultiNdconverter
1212
file_list = ['04-Model\\06-GoogleGenerativeAI.ipynb'] # 리스트 형식으로 파일 경로
1313
app = MultiNdconverter(filenames=file_list)
1414
app.css_filename = "../css/styles.css" # css 파일 설정
15-
app.post_fix = "-(CEHCK)" # option
15+
app.post_fix = "-(CHECK)" # option
1616
app.run()
1717
```
1818

0 commit comments

Comments
 (0)