diff --git a/README.md b/README.md index 2e24892f74b0865539348480eb685431b9ec41ee..7bf214a5636a05b669c51506149179da2ce51a19 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python package providing easy way to test correctness of annotations in CCL document. # Description -Mayor method is ``assert_has_ann`` which checks if given tokens are annotated +``assert_has_ann`` is the main method which checks if given tokens are annotated with specified annotation and annotation is set correctly. For details, check docstrings.