Skip to content

Commit

Permalink
Merge pull request #1389 from pharo-spec/dev-1.0
Browse files Browse the repository at this point in the history
remove leftover
  • Loading branch information
estebanlm authored May 3, 2023
2 parents a81e42f + d96ded1 commit a575ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Spec is a framework in Pharo for describing user interfaces.

## Install Spec

It is possible to load the latest version of Spec in Pharo 10 with following script:
Spec is included in any regular Pharo image.
It is possible to load the latest version executing following script:


```Smalltalk
Metacello new
repository: 'github://pharo-spec/Spec:Pharo10';
repository: 'github://pharo-spec/Spec';
baseline: 'Spec2';
onConflict: [ :e | e useIncoming ];
onUpgrade: [ :e | e useIncoming ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ SpStyleEnvironmentColorProxy >> colorSelector: aSelector [
{ #category : #'reflective operations' }
SpStyleEnvironmentColorProxy >> doesNotUnderstand: aMessage [

aMessage crTrace.
^ aMessage sendTo: (Smalltalk ui theme perform: colorSelector)
]

Expand Down

0 comments on commit a575ba3

Please sign in to comment.