Skip to content

Commit

Permalink
Merge pull request #27 from vendethiel/patch-1
Browse files Browse the repository at this point in the history
README: Remove extraneous quote, add syntax hl
  • Loading branch information
Ducasse authored May 8, 2024
2 parents a61126e + 769857a commit 925a0c6
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 925a0c6

Please sign in to comment.