Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Oct 6, 2016
1 parent d064e89 commit 16480fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/translate/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ var PKG = require('../package.json');
*
* @param {object} options - [Configuration object](#/docs).
* @param {string} options.key - An API key.
*
* @example
* //-
* // <h3>Custom Translate API</h3>
* //
* // The environment variable, `GOOGLE_CLOUD_TRANSLATE_ENDPOINT`, is honored as
* // a custom backend which our library will send requests to.
* //-
*/
function Translate(options) {
if (!(this instanceof Translate)) {
Expand Down

0 comments on commit 16480fb

Please sign in to comment.