Skip to content

Commit 877333f

Browse files
authored
Update README.md
1 parent 53dd045 commit 877333f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Include the dependency inside your baseline. For example, if you want to use Roa
1717
```st
1818
"External dependencies"
1919
spec baseline: 'AIExternalDependencies' with: [
20-
spec
21-
loads: #( 'PolyMathGroup' 'Roassal3Group' 'DataFrameGroup' );
22-
repository: 'github://pharo-ai/external-dependencies' ].
20+
spec
21+
loads: #( 'PolyMathGroup' 'Roassal3Group' 'DataFrameGroup' );
22+
repository: 'github://pharo-ai/external-dependencies' ].
2323
```

0 commit comments

Comments
 (0)