Skip to content

Commit

Permalink
Fixed documentation in the README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jan 15, 2024
1 parent c97bd4d commit 2a0c406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Now, you can add/remove dates, which will update the heat map automatically!
<script>
var newDateObject = new Date();

$heat.addDate( "heat-map", newDateObject, false );
$heat.removeDate( "heat-map", newDateObject, false );
$heat.addDate( "heat-map", newDateObject, "Trend Type 1", true );
$heat.removeDate( "heat-map", newDateObject, "Trend Type 1", true );
</script>
```
<br>
Expand Down
4 changes: 2 additions & 2 deletions README_NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Now, you can add/remove dates, which will update the heat map automatically!
<script>
var newDateObject = new Date();

$heat.addDate( "heat-map", newDateObject, false );
$heat.removeDate( "heat-map", newDateObject, false );
$heat.addDate( "heat-map", newDateObject, "Trend Type 1", true );
$heat.removeDate( "heat-map", newDateObject, "Trend Type 1", true );
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Heat.js - Change Log:

## Version 0.6.1:
-
- Fixed documentation in the README files.

<br>

Expand Down

0 comments on commit 2a0c406

Please sign in to comment.