mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-07-03 04:10:38 +00:00
updated require in readme
This commit is contained in:
parent
e2c6dbe6ba
commit
61ef96ad08
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Unignored "dist" folder in git (major)
|
- Unignored "dist" folder in git (major)
|
||||||
|
|
||||||
## [1.2.1] - 2023-11-12
|
## [1.2.2] - 2023-11-12
|
||||||
|
|
||||||
- Moved timezone to main args and changed default behavior (major)
|
- Moved timezone to main args and changed default behavior (major)
|
||||||
- Updated test cases and readme to reflect new usage (minor)
|
- Updated test cases and readme to reflect new usage (minor)
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ npm install nrel-spa
|
||||||
Basic usage examples:
|
Basic usage examples:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const { getSpa, calcSpa } = require('./index');
|
const { getSpa, calcSpa } = require('nrel-spa');
|
||||||
|
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
console.log(date)
|
console.log(date)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue