Skip to content

Commit

Permalink
Fix typo in the README.md of sentinel-annotation-aspectj (alibaba#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ballenwen authored and sczyh30 committed Nov 1, 2019
1 parent fc6ad47 commit f6dff5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentinel-extension/sentinel-annotation-aspectj/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sentinel Annotation AspectJ

This extension is an AOP implementation using AspectJ for Sentinel annotations.
Currently only runtime waving is supported.
Currently only runtime weaving is supported.

## Annotation

Expand Down Expand Up @@ -66,4 +66,4 @@ public class SentinelAspectConfiguration {
}
```

An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).
An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).

0 comments on commit f6dff5a

Please sign in to comment.