Skip to content

Commit

Permalink
📝 Writing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Apr 27, 2018
1 parent 69cd6b2 commit 6c6eb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ maven dependency:
</dependency>
```

Set bean:
1. Set bean:

```java
@Configuration
Expand Down Expand Up @@ -173,7 +173,7 @@ public class RedisLimitConfig {
}
```

Scan `com.crossoverjie.distributed.intercept` package.
2. Scan `com.crossoverjie.distributed.intercept` package.

```java
@ComponentScan(value = "com.crossoverjie.distributed.intercept")
Expand Down

0 comments on commit 6c6eb64

Please sign in to comment.