Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

Updated voice.md doc examples to call functions within vonage package #37

Closed GregHolmes closed 3 years ago

GregHolmes commented 3 years ago

The voice docs examples were calling functions within the existing package. However, these functions were available through the vonage package. Updated these examples to call them within the vonage package.