From 832f6d1d5ec695850cb3cdb8441cc6a978bc4c38 Mon Sep 17 00:00:00 2001 From: Luke Gessler Date: Thu, 8 Jun 2023 12:58:41 -0400 Subject: [PATCH] add readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd7e52..ecd3c6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # RS4Module -Todo \ No newline at end of file + +This module is used to construct RST++ structures (signals and secondary edges). +It depends upon annotations created by the [RST importer module](https://github.com/korpling/pepperModules-RSTModules) +and should be run AFTER the merging manipulator has been run, if it is being used. + +# Changelog +* 0.1.0 - Initial Release