Skip to content

Commit fe00f16

Browse files
authored
Merge pull request #4 from duckduckgo/nastia/readme_update
Update README
2 parents ebb0bcc + d6b0b0e commit fe00f16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ To validate:
7474
```
7575
$ cd ${RepoSpecificPixelFolder}
7676
$ npm i
77-
$ npx validate-defs .
77+
$ npx validate-ddg-pixel-defs .
7878
```
7979

80-
To validate a single file, you can use `npx validate-defs . -f ${path to file relative to pixels/ directory}`
80+
To validate a single file, you can use `npx validate-ddg-pixel-defs . -f ${path to file relative to pixels/ directory}`
8181

8282
Validation will also run as part of CI.
8383

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@duckduckgo/pixel-schema",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"files": [
55
"bin",
66
"schemas",

0 commit comments

Comments
 (0)