Skip to content

Commit bb9631b

Browse files
authored
Update README.md
1 parent ff12cd4 commit bb9631b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Rust implementation of the squarify algorithm.
77

8-
This is a direct translation of the python implementation by [here](https://github.com/laserson/squarify). All credit goes to these developers.
8+
This is a direct translation of the python implementation [here](https://github.com/laserson/squarify). All credit goes to these developers.
99

1010
## Usage
1111

@@ -39,4 +39,4 @@ fn main() {
3939
// Rect { x: 0.0, y: 970.0374531835206, dx: 1000.0000000000001, dy: 23.40823970037453 }
4040
// Rect { x: 0.0, y: 993.4456928838952, dx: 1000.0000000000001, dy: 6.5543071161048685 }
4141
}
42-
```
42+
```

0 commit comments

Comments
 (0)