Skip to content

Commit 5093537

Browse files
committed
Update README
1 parent 6405ea8 commit 5093537

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/mpcabd/python-optimus.svg?branch=main)](https://travis-ci.org/mpcabd/python-optimus)
1+
[![Build Status](https://travis-ci.com/mpcabd/python-optimus.svg?branch=main)](https://travis-ci.com/mpcabd/python-optimus)
22

33
# python-optimus
44
This is based fully on [pjebs/optimus-go](https://github.com/pjebs/optimus-go) for Go which is based on [jenssegers/optimus](https://github.com/jenssegers/optimus) for PHP which is based on Knuth's Integer Hashing (Multiplicative Hashing) from his book [The Art Of Computer Programming, Vol. 3, 2nd Edition](https://archive.org/details/B-001-001-250/page/n535/mode/2up), Section 6.4, Page 516.
@@ -82,4 +82,9 @@ assert my_optimus.decode(my_other_optimus.encode(42)) == my_other_optimus.decode
8282
   ├── p2.txt
8383
   ├── ...
8484
   └── p50.txt
85-
```
85+
```
86+
87+
## License
88+
89+
This work is licensed under
90+
[MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)