lambder 1.0.137 → 1.0.138
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
|
@@ -455,7 +455,7 @@ LambderCaller is included in the same `lambder` package. Ensure you have `lambde
|
|
|
455
455
|
Begin by initializing LambderCaller with your API configuration. This setup assumes your project structure accommodates a place for initiating and configuring API handlers, possibly within a dedicated JavaScript module or directly in your main application file.
|
|
456
456
|
|
|
457
457
|
```javascript
|
|
458
|
-
import LambderCaller from "lambder
|
|
458
|
+
import { LambderCaller } from "lambder";
|
|
459
459
|
|
|
460
460
|
const lambderCaller = new LambderCaller({
|
|
461
461
|
isCorsEnabled: false,
|