Skip to content

Commit be7dba8

Browse files
committed
update readme
1 parent 926e5f3 commit be7dba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Repetitive calls to ```func()``` with the same arguments run ```func()``` only o
8888

8989
>:warning:__WARNING:__ for functions with unhashable arguments, the default setting may not enable `memoization` to work properly. See [custom cache keys](https://github.com/lonelyenvoy/python-memoization#custom-cache-keys) section below for details.
9090
91-
## 10-Minute Tutorial
91+
## 15-Minute Tutorial
9292

9393
You will learn about the advanced features in the following tutorial, which enable you to customize `memoization` .
9494

0 commit comments

Comments
 (0)