diff --git a/README.md b/README.md index 01b73e2..c94848e 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| -| lua | Emmylua | `@param`, `@varargs`, `@return` | -| python | Google docstrings | `Args:` | +| lua | Emmylua (`"emmylua"` | `@param`, `@varargs`, `@return` | +| python | Google docstrings (`"google_docstrings"`) | `Args:` | ## Adding Languages