dignity.js 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/docs/assets/dignity-logo.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# dignity.js
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="./docs/assets/dignity-logo.
|
|
4
|
+
<img src="./docs/assets/dignity-logo.png" alt="dignity.js logo" width="860" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -23,8 +23,6 @@ REST-like P2P object API for decentralized JavaScript applications.
|
|
|
23
23
|
|
|
24
24
|
`dignity.js` lets many browsers synchronize shared objects with ownership rules and built-in anti-abuse + privacy controls.
|
|
25
25
|
|
|
26
|
-
> Logo typography uses a premium editorial serif/sans stack (non-Liberation).
|
|
27
|
-
|
|
28
26
|
## Highlights
|
|
29
27
|
|
|
30
28
|
- REST-like API over P2P replication: `create`, `read`, `list`, `update`, `remove`
|
|
@@ -194,4 +192,4 @@ npm publish --access public
|
|
|
194
192
|
|
|
195
193
|
## License
|
|
196
194
|
|
|
197
|
-
|
|
195
|
+
Apache 2.0
|
|
Binary file
|