We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65aa406 + 2bdd39b commit f725ad1Copy full SHA for f725ad1
1 file changed
README.md
@@ -159,6 +159,14 @@ The anonymization algorithm preserves the uniqueness of the anonymized strings
159
in the document. This way, if the requirement UID identifiers are anonymized,
160
they will still be unique strings in an anonymized document.
161
162
+## How-to examples
163
+
164
+The `tests/integration/examples` folder contains various examples of how the
165
+ReqIF library can be used. Some examples could be and will be made more
166
+advanced over time. The examples are stored in the integration tests folder, so
167
+that they don't regress over time. The feedback and other example requests are
168
+welcome.
169
170
## Implementation details
171
172
The core of the library is a **ReqIF first-stage parser** that only transforms
0 commit comments