Skip to content

Commit a13f2d5

Browse files
committed
Minor README improvements
1 parent 634498f commit a13f2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ deployment/
6464

6565
The `inventory.yml` file defines the hosts and the variables required for the deployment. This file should contain all the necessary variables as described below.
6666

67-
| Variable | Description | Required or default Value |
67+
| Variable | Description | Required or default value |
6868
|--------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------------------|
6969
| `ota_source_repository` | URL of the declarations repository to deploy | **required** |
7070
| `ota_source_repository_branch` | [Git branch or tag](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddeftree-ishatree-ishalsotreeish) of the source repository | `main` |
@@ -79,7 +79,7 @@ all:
7979
ansible_user: debian
8080
ota_source_repository: https://github.com/OpenTermsArchive/demo-declarations.git
8181
ota_source_repository_branch: master
82-
ota_directory: opentermsarchive-demo
82+
ota_directory: demo
8383
```
8484
8585
- ### PM2 Configuration File — `pm2.config.cjs`

0 commit comments

Comments
 (0)