From d3e84aa0bb20223e0036989b291c835953b7fccf Mon Sep 17 00:00:00 2001 From: Gabriel <78592838+Gabriel-Darbord@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:20:39 +0100 Subject: [PATCH] Update README --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index cf406930..c07b9657 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Famix is an abstract representation of source code. It is generic and can descri - [Installation](#installation) - [Documentation](#documentation) - [Version management](#version-management) - - [Smalltalk versions compatibility](#smalltalk-versions-compatibility) - - [Contact](#contact) ## Installation @@ -32,7 +30,7 @@ Note you can replace the #master by another branch such as #development or a tag ## Documentation -TODO +Check out the [Moose wiki](https://modularmoose.org/moose-wiki/). ## Version management @@ -45,13 +43,3 @@ This project use semantic versioning to define the releases. This means that eac When a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases. Thus, it should be safe to depend on a fixed major version and moving minor version of this project. - -## Smalltalk versions compatibility - -| Version | Compatible Pharo versions | -|------------- |--------------------------- | -| development | Pharo 80 | - -## Contact - -If you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.me