Skip to content

Commit 44f9a52

Browse files
committed
Corrected prose-languages pkg ref
1 parent 60e0ba2 commit 44f9a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_lang_from_path(filepath):
5858

5959
print(get_lang_from_path('steam.vdf')) # => 'Valve Data Format'
6060
print(get_lang_from_path('Sublime.sublime-snippet')) # => 'XML'
61-
print(get_lang_from_path('README.md')) # => None (use markup-languages pkg)
61+
print(get_lang_from_path('README.md')) # => None (use prose-languages pkg)
6262
```
6363

6464
## MIT License

0 commit comments

Comments
 (0)