remove P2P references. Fixes #224
This commit is contained in:
parent
5822900508
commit
fc89da153d
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## What it does
|
## What it does
|
||||||
|
|
||||||
A P2P file sharing experiment which allows you to send encrypted files to other users.
|
A file sharing experiment which allows you to send encrypted files to other users.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"jQuery",
|
"jQuery",
|
||||||
"Node",
|
"Node",
|
||||||
"P2P",
|
|
||||||
"Redis"
|
"Redis"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue