Skip to content

Commit

Permalink
fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Feb 6, 2022
1 parent f17cccb commit 4bbda4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

## Changelog

### 0.3.12 (2022-02-06)

- (o0shojo0o) fix Typos

### 0.3.11 (2022-02-06)

- (o0shojo0o) added HexColor to Clock Node
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-pixelit",
"version": "0.3.11",
"version": "0.3.12",
"description": "Pixel it Project",
"dependencies": {
"axios": "^0.25.0"
Expand Down
6 changes: 3 additions & 3 deletions pixelit/switchAnimation.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<option value="fade">Fade</option>
<option value="coloredBarWipe">Colored Bar Wipe</option>
<option value="zigzagWipe">Zig Zag Wipe</option>
<option value="bitmapWipe">Bitmap Wipe(no animated BMPs!)</option>
<option value="bitmapWipe">Bitmap Wipe</option>
<option value="random">Random (without 'Bitmap Wipe')</option>
</select>
</div>
<div class="form-row">
<b>Bitmap for Bitmap Wipe animation (no animated BMPs!)</b>
<b>Bitmap for 'Bitmap Wipe' animation (no animated BMPs!)</b>
</div>
<div class="form-row">
<label for="node-input-indata"><i class="icon-tag"></i> Data/ID</label>
Expand All @@ -74,7 +74,7 @@
<input type="text" id="node-input-inwidth">
</div>
<div class="form-row">
<b>Color for Colored Bar Wipe animation</b>
<b>Color for 'Zig Zag Wipe' animation</b>
</div>
<div class="form-row">
<label for="node-input-incolorHex"><i class="icon-tag"></i> Hex Color</label>
Expand Down

0 comments on commit 4bbda4a

Please sign in to comment.