Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matevzmihalic committed Mar 8, 2018
1 parent 12953a7 commit da859b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you allowed `post-instal` script from previous step to edit your `server.conf
you should now have something like this at the end of it:

```
plugin <go-authy-path>/auth_script.so <go-authy-path>/go-auty-openvpn -a <authy_api_key>
plugin <go-authy-path>/auth_script.so <go-authy-path>/go-authy-openvpn -a <authy_api_key>
```

If you don't have something like tihs in your configuration, you should add it manually.
Expand All @@ -38,7 +38,7 @@ If you want to have authy configuration file in non-defautl location (`/etc/open
you can add `-c /path/to/authy-vpn.conf` after your api key:

```
plugin <go-authy-path>/auth_script.so <go-authy-path>/go-auty-openvpn -a <authy_api_key> -c /path/to/authy-vpn.conf
plugin <go-authy-path>/auth_script.so <go-authy-path>/go-authy-openvpn -a <authy_api_key> -c /path/to/authy-vpn.conf
```

## Migrating from official plugin
Expand Down

0 comments on commit da859b6

Please sign in to comment.