Skip to content

Commit

Permalink
Merge cd0327b into 84deef7
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 22, 2019
2 parents 84deef7 + cd0327b commit 2c5356f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#### Linux/OSX builds
Master: [![Build Status](https://travis-ci.org/DuneSt/MaterialDesignLite.svg?branch=master)](https://travis-ci.org/DuneSt/MaterialDesignLite)| Development: [![Build Status](https://travis-ci.org/DuneSt/MaterialDesignLite.svg?branch=development)](https://travis-ci.org/DuneSt/MaterialDesignLite)

#### Windows builds
Master: [![Build status](https://ci.appveyor.com/api/projects/status/1d20eiwk92jpgfni/branch/master?svg=true)](https://ci.appveyor.com/project/jecisc/materialdesignlite/branch/master) | Latest commit: [![Build status](https://ci.appveyor.com/api/projects/status/1d20eiwk92jpgfni?svg=true)](https://ci.appveyor.com/project/jecisc/materialdesignlite)

Coverage:

[![Coverage Status](https://coveralls.io/repos/github/DuneSt/MaterialDesignLite/badge.svg)](https://coveralls.io/github/DuneSt/MaterialDesignLite)
Expand Down Expand Up @@ -135,7 +132,7 @@ In order to make the extentions work properly, you should define some colors spe
```

Where `XXXXXX` is the hex code of the accent color of your MDL application.
To find your code you can select the #500 color in the following page: [https://www.materialui.co/colors](https://www.materialui.co/colors)
To find your code you can select the #A200 color in the following page: [https://www.materialui.co/colors](https://www.materialui.co/colors)

### Subclassing MDLApplication

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ MDLDemoInstallationPage >> renderInstallOn: html [
class: 'smalltalk';
with:
'Metacello new
repository: ''github://DuneSt/MaterialDesignLite:master/src'';
repository: ''github://DuneSt/MaterialDesignLite:v2.x.x/src'';
baseline: ''MaterialDesignLite'';
onWarningLog;
load' ].
html paragraph: 'Note that you can replace the #master tag by another branch as #development or a tag as #v1.0.0. or a commit SHA as 718c34f.' ] ] ]
html paragraph: 'Note that you can replace the #v2.x.x tag by a branch as #development or a tag as #v2.0.0. or a commit SHA as 718c34f.' ] ] ]
]

{ #category : #rendering }
Expand Down Expand Up @@ -128,7 +128,7 @@ MDLDemoInstallationPage >> renderStartDescriptionOn: html [
paragraph: [ html
text:
'Where `XXXXXX` is the hex code of the accent color of your MDL application.
To find your code you can select the #500 color in the following page: '.
To find your code you can select the #A200 color in the following page: '.
html anchor
url: 'https://www.materialui.co/colors';
with: 'https://www.materialui.co/colors' ] ] ] ]
Expand Down

0 comments on commit 2c5356f

Please sign in to comment.