lambder 1.0.67 → 1.0.68
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/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -82,7 +82,7 @@ lambder.addHook("beforeRender", async (ctx, res) => {
|
|
|
82
82
|
|
|
83
83
|
## Frontend Usage with LambderCaller
|
|
84
84
|
|
|
85
|
-
LambderCaller is a frontend companion library for Lambder, designed to simplify making API requests to your Lambder backend services.
|
|
85
|
+
LambderCaller is a frontend companion library for Lambder, it is only 2kb compressed, and designed to simplify making API requests to your Lambder backend services.
|
|
86
86
|
|
|
87
87
|
### Installing LambderCaller
|
|
88
88
|
|