@faable/faable 1.5.21 → 1.5.22
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
## Faable
|
|
13
13
|
|
|
14
|
-
Faable is the best platform to build modern architectures that scale precisely
|
|
14
|
+
Faable is the best platform to build modern architectures that scale precisely
|
|
15
|
+
to meet demand. We handle the hard stuff so you can focus on building cloud
|
|
16
|
+
ready apps. Make your business cloud driven and join those awesome companies.
|
|
15
17
|
|
|
16
18
|
To install the latest version of Faable CLI:
|
|
17
19
|
|
|
@@ -21,4 +23,5 @@ npm i -g @faable/faable
|
|
|
21
23
|
|
|
22
24
|
## Documentation
|
|
23
25
|
|
|
24
|
-
For details on how to use Faable CLI, check out our
|
|
26
|
+
For details on how to use Faable CLI, check out our
|
|
27
|
+
[documentation](https://faable.com/docs).
|