We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3feee commit 0d4e4e5Copy full SHA for 0d4e4e5
tools/raml2html/README.md
@@ -14,7 +14,7 @@ composer install;
14
15
## Usage
16
17
-Note: If PHP 7.2 is not the default PHP, please, adapt.
+Note: If PHP 7.4 is not the default PHP, please, adapt.
18
19
To generate static HTML from RAML definitions, use the following code from project root:
20
@@ -28,7 +28,7 @@ To test static HTML against an Ibexa DXP to find route removed and missing route
28
php tools/raml2html/raml2html.php test docs/api/rest_api/rest_api_reference/rest_api_reference.html ~/ibexa-dxp
29
```
30
31
-Note: The Ibexa DXP doesn't need to run
+Note: The Ibexa DXP doesn't need to run.
32
33
```shell
34
mkdir ~/ibexa-dxp;
0 commit comments