Skip to content

Commit 9316f39

Browse files
committed
Fix typos in README.md
There is a minor typo in one of the group names (hyphen instead of underscore). Also, the example given for installing the module references an old version number. This patch fixes the typo and bumps the version number up to latest.
1 parent a75bf7a commit 9316f39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ requirements.yml` to install the role:
9494
- src: https:///github.com/cendio/ansible-role-thinlinc-server.git
9595
scm: git
9696
name: thinlinc-server
97-
version: v1.1
97+
version: v1.10
9898
```
9999

100100
The role uses three groups - thinlinc_masters, thinlinc_agents and
101-
thinlinc-servers. Here's an example inventory file with one master
101+
thinlinc_servers. Here's an example inventory file with one master
102102
server and three agent servers:
103103

104104
```yaml

0 commit comments

Comments
 (0)