diff --git a/docs/spec/sanitations.md b/docs/spec/sanitations.md index 8b01425..192f179 100644 --- a/docs/spec/sanitations.md +++ b/docs/spec/sanitations.md @@ -19,6 +19,6 @@ These changes are done in order to improve the overall usability, and as workaro The following command was used to generate the Ballerina client from the OpenAPI specification. The command should be executed from the repository root directory. ```bash -bal openapi -i docs/spec/openapi.yaml --mode client -o ballerina +bal openapi -i docs/spec/openapi.yaml --mode client --license docs/license.txt -o ballerina ``` Note: The license year is hardcoded to 2024, change if necessary.