@hotmeshio/hotmesh 0.0.1 → 0.0.2
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 +1 -1
- package/build/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Build sophisticated, durable workflows without the overhead of a dedicated server cluster. With HotMesh, your code remains front and center using [infrastructure](./docs/faq.md#what-is-hotmesh) you already own.
|
|
5
5
|
|
|
6
6
|
## Install
|
|
7
|
-
[](https://badge.fury.io/js/%40hotmeshio%2Fhotmesh)
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
10
|
npm install @hotmeshio/hotmesh
|
package/build/package.json
CHANGED