diff --git a/README.md b/README.md index 62dc7c9..09e1ea6 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ Note that creating an empty GICS will mark it as invalid but can still be used t ``` @class GICS GICS @param {string} code GICS code to parse. Valid GICS codes are strings 2 to 8 characters long, with even length. -@param {string} version Version of GICS definition to use. By default the latest definition is used. - Versions are named after the date in which they became effective, following the format YYYYMMDD. - Current available versions are: 20140228 and 20160901 (default). +@param {string} version Version of GICS definition to use. By default the latest definition is used. Versions are named after the date in which they became effective, following the format YYYYMMDD. Current available versions are: 20140228 and 20160901 (default). @throws {Error} Throws error if the version is invalid/unsupported. ``` #### Example