Skip to content

Commit a04efa2

Browse files
Update README.md
1 parent bd49d4d commit a04efa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# offline-diff-viewer
22

3+
A diff viewer that gives you sharable diff view links but does not store your data. (This takes inspiration from typescript playground how it stores your code in url itself) but the for very large data we will be doing end to end encryption just like `excalidraw` so you can still have sharable links without worrying if you should store your enterprise data or not.
4+
35
## Resoning for building yet another diff viewer tool
46

57
I realise we are missing a diff viewer that is
@@ -61,5 +63,3 @@ $ npm run start
6163
# generate static project
6264
$ npm run generate
6365
```
64-
65-
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).

0 commit comments

Comments
 (0)