Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This is just to trigger workflow run
  • Loading branch information
ClotildeToullec committed Apr 15, 2024
1 parent 2935b17 commit 404dcc6
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 @@ -10,15 +10,15 @@ Load the visualization using the script:
Metacello new
baseline: 'ClassBlueprint';
repository: 'github://moosetechnology/ClassBlueprint/src';
load.
load
```
## In a Moose 10 image:
Load the visualization using the script:
``` Smalltalk
Metacello new
baseline: 'ClassBlueprint';
repository: 'github://moosetechnology/ClassBlueprint:v2.2.2/src';
load.
load
```

## In a Moose 9 image:
Expand All @@ -30,7 +30,7 @@ Metacello new
Metacello new
baseline: 'ClassBlueprint';
repository: 'github://moosetechnology/ClassBlueprint:v2.2.1/src';
load.
load
```

# Creating the Moose Model of your project:
Expand Down

0 comments on commit 404dcc6

Please sign in to comment.