Skip to content

Commit

Permalink
doc: fix bad TOC for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuigo committed Dec 11, 2023
1 parent f17c99c commit 9a2ce36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In addition to memory caching, it also supports Redis caching and custom caching
- [Cache function with 2 params](#cache-function-with-2-params)
- [Cache function with more params(\>2)](#cache-function-with-more-params2)
- [Cache function with lru cache](#cache-function-with-lru-cache)
- [Cache function with redis cache](#cache-function-with-redis-cache)
- [Cache function with redis cache(unstable)](#cache-function-with-redis-cacheunstable)
- [Custom cache map](#custom-cache-map)
- [Decorator config](#decorator-config)
- [Config item(`gofnext.Config`)](#config-itemgofnextconfig)
Expand Down
2 changes: 1 addition & 1 deletion readme.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [带有2个参数的缓存函数](#带有2个参数的缓存函数)
- [带有2个以上参数的缓存函数](#带有2个以上参数的缓存函数)
- [带LRU 缓存的函数](#带lru-缓存的函数)
- [带redis缓存的函数](#带redis缓存的函数)
- [带redis缓存的函数(unstable)](#带redis缓存的函数unstable)
- [定制缓存函数](#定制缓存函数)
- [装饰器配置](#装饰器配置)
- [配置项清单(`gofnext.Config`)](#配置项清单gofnextconfig)
Expand Down

0 comments on commit 9a2ce36

Please sign in to comment.