Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/tests.yml/badge.svg)](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/tests.yml)

[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/FAST-JAVA/badge.svg?branch=v3)](https://coveralls.io/github/moosetechnology/FAST-JAVA?branch=v3)
[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/FAST-JAVA/badge.svg?branch=v4)](https://coveralls.io/github/moosetechnology/FAST-JAVA?branch=v4)

Supported Moose Versions: [![Moose version 12](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose) [![Moose version 13](https://img.shields.io/badge/Moose-13-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)

Expand All @@ -14,7 +14,7 @@ To load the FAST-Java project, execute in a playground

```st
Metacello new
githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v3' path: 'src';
githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v4' path: 'src';
baseline: 'FASTJava';
load
```
Expand All @@ -23,7 +23,7 @@ If you want to load the SmaCC importer with the model (create a FAST Java model

```st
Metacello new
githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v3' path: 'src';
githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v4' path: 'src';
baseline: 'FASTJava';
load: 'all'
```
Expand All @@ -47,4 +47,4 @@ A full documentation is available on [modularmoose.org](https://modularmoose.org

## UML

![meta-model image](https://raw.githubusercontent.com/moosetechnology/FAST-JAVA/v3-doc/fast-java.svg)
![meta-model image](https://raw.githubusercontent.com/moosetechnology/FAST-JAVA/v4-doc/fast-java.svg)