Skip to content

Commit f588430

Browse files
authored
Update README.md
Fix a typo
1 parent a4fe327 commit f588430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The code is well covered in tests. The examples are used as end to end tests in
112112

113113
Glad you asked. `fitGradient()` is using simple [linear regression](https://en.wikipedia.org/wiki/Linear_regression).
114114

115-
`getPalete()` is based on [k-means](https://en.wikipedia.org/wiki/K-means_clustering).
115+
`getPalette()` is based on [k-means](https://en.wikipedia.org/wiki/K-means_clustering).
116116
The initial clusters are chosen using a histogram.
117117
Similar clusters in the result are merged in a post processing step.
118118
This is necessary because k-means tends to return equally sized clusters
@@ -159,4 +159,4 @@ There are plenty of interesting ways to improve this library further.
159159

160160
## License
161161

162-
MIT
162+
MIT

0 commit comments

Comments
 (0)