Skip to content

Commit

Permalink
readme adjust for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 19, 2024
1 parent 9e1de78 commit d4008e7
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 @@ -3,7 +3,7 @@
Smalltalk template library

[![Release](https://img.shields.io/github/v/tag/sebastianconcept/STTemplate?label=release)](https://github.com/sebastianconcept/STTemplate/releases)
![Tests](https://img.shields.io/badge/tests-35-green)
![Tests](https://img.shields.io/badge/tests-37-green)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE.txt)

## Features
Expand All @@ -30,7 +30,7 @@ ___
"By default it installs 'Core'"
Metacello new
baseline: 'STTemplate';
repository: 'github://sebastianconcept/STTemplate:v0.0.1';
repository: 'github://sebastianconcept/STTemplate:v0.0.3';
load.
"Optionally use `load: #('Core' 'Tests')`"
Expand All @@ -39,7 +39,7 @@ Metacello new
Or as dependency in your `Baseline`

```smalltalk
spec baseline: 'STTemplate' with: [ spec repository: 'github://sebastianconcept/STTemplate:v0.0.1' ]
spec baseline: 'STTemplate' with: [ spec repository: 'github://sebastianconcept/STTemplate:v0.0.3' ]
```

## Description
Expand Down

0 comments on commit d4008e7

Please sign in to comment.