apenella / go-ansible

Go-ansible is a Go package that enables the execution of ansible-playbook or ansible commands directly from Golang applications. It supports a wide range of options for each command, enabling smooth integration of Ansible functionality into your projects.
MIT License
905 stars 143 forks source link

Typos in README.md #57

Closed rvben closed 3 years ago

rvben commented 3 years ago

There are a number of typos in the README file. lastest > latest recieves > receives ansbile > ansible

apenella commented 3 years ago

Hi @rvben Thank you very much! I have seen that you have also reviewed some language mistakes. Would you mind creating a PR?

rvben commented 3 years ago

Hi @apenella

Thanks for your response. You can find the PR at https://github.com/apenella/go-ansible/pull/58. Let me know if it's good like this.

apenella commented 3 years ago

Thanks a lot @rvben I just merged it!