Skip to content

Commit

Permalink
README: Remove extraneous quote, add syntax hl
Browse files Browse the repository at this point in the history
  • Loading branch information
vendethiel authored May 8, 2024
1 parent a61126e commit 769857a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ can only load the collection they need without 100 of related collections.

## Loading

```
```smalltalk
Metacello new
baseline: 'ContainersArray2D';
repository: 'github://pharo-containers/Containers-Array2D/src';
Expand All @@ -22,9 +22,9 @@ Metacello new

## If you want to depend on it

```
```smalltalk
spec
baseline: ''ContainersArray2D'
baseline: 'ContainersArray2D'
with: [ spec repository: 'github://pharo-containers/Containers-Array2D/src' ].
```

Expand Down

0 comments on commit 769857a

Please sign in to comment.