We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e0ba2 commit 44f9a52Copy full SHA for 44f9a52
1 file changed
data-languages/docs/README.md
@@ -58,7 +58,7 @@ def get_lang_from_path(filepath):
58
59
print(get_lang_from_path('steam.vdf')) # => 'Valve Data Format'
60
print(get_lang_from_path('Sublime.sublime-snippet')) # => 'XML'
61
-print(get_lang_from_path('README.md')) # => None (use markup-languages pkg)
+print(get_lang_from_path('README.md')) # => None (use prose-languages pkg)
62
```
63
64
## MIT License
0 commit comments