Skip to content

Commit 64609f5

Browse files
committed
update readme
1 parent 3fa70ae commit 64609f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ TypeError: unhashable type: 'list'
8585
pip install memoization
8686
```
8787

88+
8889
## Usage in 2 lines
8990

9091
```python
@@ -177,12 +178,14 @@ With ```cache_info```, you can retrieve the number of ```hits``` and ```misses``
177178
- Access the original function ```f``` by ```f.__wrapped__```.
178179
- Clear the cache by ```f.cache_clear()```.
179180

181+
180182
## Contributing
181183

182184
This project welcomes contributions from anyone.
183185
- [Submit bugs](https://github.com/lonelyenvoy/python-memoization/issues) and help me verify fixes.
184186
- [Submit pull requests](https://github.com/lonelyenvoy/python-memoization/pulls) for bug fixes and features and discuss existing proposals. Please make sure that your PR passes the tests in ```test.py```.
185187

188+
186189
## License
187190

188191
[The MIT License](https://github.com/lonelyenvoy/python-memoization/blob/master/LICENSE)

0 commit comments

Comments
 (0)