Skip to content

Commit d5ef0e2

Browse files
authored
Update README.md
1 parent 78b3eda commit d5ef0e2

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
@@ -27,7 +27,7 @@ If you want to add a dependency on this project to your project, include the fol
2727

2828
```Smalltalk
2929
spec
30-
baseline: 'AIDataImputerss'
30+
baseline: 'AIDataImputers'
3131
with: [ spec repository: 'github://pharo-ai/data-imputers/src' ].
3232
```
3333

@@ -108,4 +108,4 @@ AISimpleImputer new
108108
useMostFrequent;
109109
missingValue: false;
110110
fitAndTransform: #( #( 7 2 5 6 ) #( 7 false 5 9 ) #( 10 2 false 6 ) ) "#( #( 7 2 5 6 ) #( 7 2 5 9 ) #( 10 2 5 6 ) )"
111-
```
111+
```

0 commit comments

Comments
 (0)