Skip to content

Commit 781e96a

Browse files
authored
Update README.md
1 parent f7ca611 commit 781e96a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ Mutation Testing in Smalltalk
77
[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
88
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pavel-krivanek/mutalk/master/LICENSE)
99

10-
This project was originally developed at the University of Buenos Aires (Argentina) by Nicolás Chillo, Gabriel Brunstein and others. It was created in times of Pharo 1.1 and the last versions on which MuTalk can run is Pharo 1.3. This is resurection of this project.
11-
12-
### Current status
13-
14-
- all tests are green
15-
- mutation analysis works
16-
- UI is under working. There is already a custom inspector tab to better visualise the results
10+
This project was originally developed at the University of Buenos Aires (Argentina) by Nicolás Chillo, Gabriel Brunstein and others in times of Pharo 1.1.
1711

1812
## How to load
1913
```smalltalk
2014
Metacello new
2115
baseline: 'MuTalk';
22-
repository: 'github://pharo-contributions/mutalk/src';
16+
repository: 'github://pharo-contributions/mutalk:v2.0.0/src';
2317
load.
2418
```
2519

0 commit comments

Comments
 (0)