From a5dfe9066efe1f62b06e838c63088be6fc5e6266 Mon Sep 17 00:00:00 2001 From: Tomer Horowitz <45624804+tomerh2001@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:10:57 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 22df804..82e38e5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,3 @@ Decorator to cache function results based on selected arguments. - **Parameters:** - `selector`: Paths of the arguments to include in the cache key. - `ttl` (Optional): Time-to-live for the cached result. - -## License - -MIT License. See the LICENSE file for more details. \ No newline at end of file