Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nzhang4 committed Nov 12, 2020
1 parent 22eb63d commit a781836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the output of execution.
- create 'index.js' and copy code below:

```typescript
import avx from 'anyone-validate-xml';
import avx from '@anyone-developer/anyone-validate-xml';

avx(['.config', 'xml'], ['README.md'], ['c'], 'sample_folder').then(result => {
const succeed = result.filter(i => i?.formatted);
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the output of execution.
- create 'index.js' and copy code below:

```typescript
import avx from 'anyone-validate-xml';
import avx from '@anyone-developer/anyone-validate-xml';

avx(['.config', 'xml'], ['README.md'], ['c'], 'sample_folder').then(result => {
const succeed = result.filter(i => i?.formatted);
Expand Down

0 comments on commit a781836

Please sign in to comment.