diff --git a/.gitignore b/.gitignore index e2e4ca4..bf7a48f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules -.statik -dummy-par \ No newline at end of file +.statik \ No newline at end of file diff --git a/README.md b/README.md index 8b5a2d8..94ef269 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It's crucial to be mindful of what you stage with Statik. Since IPFS operates as Given Statik's continuous interaction with IPFS nodes, command execution speed may vary. We're actively optimizing performance to provide the best possible experience. ## Demo -![ezgif com-gif-maker (2)](https://github.com/SANTHOSH17-DOT/statik/assets/74037707/ed92b139-5882-494e-8303-acc1e0785dd1) +![demo](assets/demo.gif) ### Requirements - Node v18.17.1 diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..2c05df5 Binary files /dev/null and b/assets/demo.gif differ diff --git a/demo/a.txt b/demo/a.txt new file mode 100644 index 0000000..c79c59e --- /dev/null +++ b/demo/a.txt @@ -0,0 +1 @@ +Updated A \ No newline at end of file diff --git a/demo/b/b.txt b/demo/b/b.txt new file mode 100644 index 0000000..7371f47 --- /dev/null +++ b/demo/b/b.txt @@ -0,0 +1 @@ +B \ No newline at end of file