Skip to content

Commit

Permalink
Made version description in doc one line
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthers committed Jul 20, 2017
1 parent 18a77cb commit d9a3523
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9a3523

Please sign in to comment.