Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 24, 2024
1 parent 63c72bf commit eb3e46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ A minimal working example of a program that uses the library is:

MyDistanceCallback d;

TapkeeOutput output = tapke::with((method=MultidimensionalScaling,target_dimension=1))
TapkeeOutput output = tapkee::with((method=MultidimensionalScaling,target_dimension=1))
.withDistance(d)
.embedUsing(indices);

Expand Down

0 comments on commit eb3e46c

Please sign in to comment.