Skip to content

Commit

Permalink
docs: fixed README command
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Jun 7, 2024
1 parent 200fd03 commit d5e0c8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Live-sync of folder symlinks to hardlinks (for Docker and other stubborn tools)

## Install

> Note: Installation is not necessary if using `npx file-syncer` to run.
> Note: Installation is not necessary if using `npx @meese-enterprises/file-syncer` to run.
```shell
npm install @meese-enterprises/file-syncer
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,7 +1,7 @@
{
"name": "@meese-enterprises/file-syncer",
"description": "Live-sync of folder symlinks to hardlinks (for Docker and other stubborn tools)",
"version": "1.0.0",
"version": "1.0.1",
"author": "Aaron Meese <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit d5e0c8b

Please sign in to comment.