Skip to content

Commit 4a4761b

Browse files
author
Emma Doyle
committed
master: update readme
1 parent 5d42a37 commit 4a4761b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# rxpy
2-
A fast (experimental) RX algorithm implementation in Python 3.6+ with overhead reduction based on entropy estimation via compression.
1+
# rx_algorithm
32

4-
# Example usage
3+
A fast (experimental) RX algorithm implementation in Python 3.9+ with overhead reduction based on entropy estimation via compression.
4+
5+
## Example usage
56

67
```python
7-
from rx import rx
8+
from rx_algorithm import rx
89
from rx.utils import plot
910

1011
X = rx(array)
1112
plot(X, 'out.png')
12-
```
13+
```

0 commit comments

Comments
 (0)