Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 8e13894

Browse files
committed
add funding page, wording updates, add keywords
1 parent 3d7db7d commit 8e13894

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [jackyzha0]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Banner](assets/logo.png)
22

33
# portal
4-
Zero-config peer-to-peer encrypted live folder syncing that respects your `.gitignore`. Not the 2007 video game.
4+
Zero-config peer-to-peer encrypted live folder syncing tool that respects your `.gitignore`. Not the 2007 video game.
55

66
Built on top of the [Hypercore protocol](https://hypercore-protocol.org/) with emphasis on being zero-config, secure, and decentralized.
77

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"type": "git",
1111
"url": "https://github.com/jackyzha0/portal.git"
1212
},
13+
"keywords": [
14+
"peer-to-peer",
15+
"decentralized",
16+
"file-sharing",
17+
"hypercore"
18+
],
1319
"bin": {
1420
"portal": "./build/cli.js"
1521
},

0 commit comments

Comments
 (0)