Commit 46ba69d
committed
Fix README: custom User-Agent token is prepended, not appended
The README incorrectly described the custom User-Agent token as being
appended to the default. The actual code in src/Dnsimple/Client.php
prepends it (customUserAgent first, then DEFAULT_USER_AGENT). This
commit corrects the description and the example output to match the
actual behavior.1 parent 0189a0f commit 46ba69d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments