Skip to content

Commit 677dca3

Browse files
Merge pull request #697 from moosetechnology/update-readme
Update README
2 parents f002895 + d3e84aa commit 677dca3

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Famix is an abstract representation of source code. It is generic and can descri
55
- [Installation](#installation)
66
- [Documentation](#documentation)
77
- [Version management](#version-management)
8-
- [Smalltalk versions compatibility](#smalltalk-versions-compatibility)
9-
- [Contact](#contact)
108

119
## Installation
1210

@@ -32,7 +30,7 @@ Note you can replace the #master by another branch such as #development or a tag
3230

3331
## Documentation
3432

35-
TODO
33+
Check out the [Moose wiki](https://modularmoose.org/moose-wiki/).
3634

3735
## Version management
3836

@@ -45,13 +43,3 @@ This project use semantic versioning to define the releases. This means that eac
4543
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.
4644

4745
Thus, it should be safe to depend on a fixed major version and moving minor version of this project.
48-
49-
## Smalltalk versions compatibility
50-
51-
| Version | Compatible Pharo versions |
52-
|------------- |--------------------------- |
53-
| development | Pharo 80 |
54-
55-
## Contact
56-
57-
If you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.me

0 commit comments

Comments
 (0)