Skip to content

Commit a542d02

Browse files
authored
Merge pull request #117 from anderson15/patch-1
One small typo in readme
2 parents e14c139 + c903313 commit a542d02

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/CI.yml

-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
28-
- uses: actions/cache@v1
29-
env:
30-
cache-name: cache-artifacts
31-
with:
32-
path: ~/.julia/artifacts
33-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
34-
restore-keys: |
35-
${{ runner.os }}-test-${{ env.cache-name }}-
36-
${{ runner.os }}-test-
37-
${{ runner.os }}-
3828
- uses: julia-actions/julia-buildpkg@v1
3929
- uses: julia-actions/julia-runtest@v1
4030
- uses: julia-actions/julia-processcoverage@v1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ________________________________________________________________________________
6666

6767
### Features
6868

69-
- Lightening fast implementation of K-Means clustering algorithm even on a single thread in native Julia.
69+
- Lightning fast implementation of K-Means clustering algorithm even on a single thread in native Julia.
7070
- Support for multi-theading implementation of K-Means clustering algorithm.
7171
- Kmeans++ initialization for faster and better convergence.
7272
- Implementation of all available variants of the K-Means algorithm.

0 commit comments

Comments
 (0)