Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 25, 2017
1 parent 7cc5ce0 commit b73a638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ Get Capabilities
- `options.abstract` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)?** Abstract
- `options.identifier` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)?** Identifier
- `options.keywords` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)>?** Keywords
- `options.bbox` **BBox?** BBox [west, south, east, north] (optional, default `[-180,-85,180,85]`)
- `options.bbox` **BBox?** BBox [west, south, east, north]
- `options.spaces` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Spaces created for XML output (optional, default `2`)

**Examples**
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -22,7 +22,7 @@ const BBOX = [-180, -85, 180, 85]
* @param {string} [options.abstract] Abstract
* @param {string} [options.identifier] Identifier
* @param {string[]} [options.keywords] Keywords
* @param {BBox} [options.bbox=[-180, -85, 180, 85]] BBox [west, south, east, north]
* @param {BBox} [options.bbox] BBox [west, south, east, north]
* @param {number} [options.spaces=2] Spaces created for XML output
* @returns {string} XML string
* @example
Expand Down

0 comments on commit b73a638

Please sign in to comment.