Skip to content

Commit

Permalink
add to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Jul 5, 2024
1 parent f34a07a commit d7fc88c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# check-invalid-datetimes
# check-invalid-datetimes

> Check HTML and XML files for strings containing 'Invalid DateTime' from failed formatting.
Adapted from the [check-html-links package](https://www.npmjs.com/package/check-html-links).

## Usage

```
npx @chrisburnell/check-invalid-datetimes _site
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/check-invalid-datetimes",
"version": "0.0.1",
"version": "0.0.2",
"description": "Check HTML and XML files for strings containing 'Invalid DateTime' from failed formatting.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d7fc88c

Please # to comment.