diff --git a/lib/accounts.js b/lib/accounts.js index 04b7513..1dffbb5 100644 --- a/lib/accounts.js +++ b/lib/accounts.js @@ -43,7 +43,7 @@ function userObj(email, firstName, lastName, phone) { var api = require('./client'); /** - * Initialise a client for the Copyright Hub accounts service. + * Initialise a client for the accounts service. * * @param {string} baseUrl - Base URL for the service's location * @param {boolean} cors - Whether need to support CORS diff --git a/lib/authentication.js b/lib/authentication.js index 2509d3d..449136e 100644 --- a/lib/authentication.js +++ b/lib/authentication.js @@ -16,7 +16,7 @@ var api = require('./client'); /** - * Initialise a client for the Copyright Hub authentication service. + * Initialise a client for the authentication service. * * @param {string} baseUrl - Base URL for the service's location * @param {boolean} cors - Whether need to support CORS diff --git a/lib/repository.js b/lib/repository.js index a2a92f0..a7c2960 100644 --- a/lib/repository.js +++ b/lib/repository.js @@ -17,7 +17,7 @@ var api = require('./client'); /* global -Promise */ var Promise = require('bluebird'); /** - * Initialise a client for the Copyright Hub repository service. + * Initialise a client for the repository service. * * @param {string} baseUrl - Base URL for the service's location * @param {boolean} cors - Whether need to support CORS