diff --git a/README.md b/README.md index 9e3e62fc..7b26286e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ for (MethodInfo method : clazz.methods()) { } ``` - # Searching for an Annotation +## Searching for an Annotation The following example demonstrates indexing the Thread and String classes, and searching for methods that have been marked with @Deprecated: