Skip to content

Commit f5aa0ab

Browse files
chore: improve documentation
1 parent 0f4c677 commit f5aa0ab

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ It supports the following frameworks:
1919

2020
**This project is in the early alpha stage. Your feedback is incredibly valuable. Please let me know if it works for you or if you encounter any issues. I've tested many scenarios, but people can configure their projects and TypeScript settings in numerous ways. The tool is flexible and can be adjusted to fit your setup in most cases without needing additional features. If you need help, please let me know. Any suggestions for improvements are welcome.**
2121

22-
If the tool is working well for you, please fill out the general [FEEDBACK FORM](https://forms.gle/v6ekZtuB45Rv3EyW9). This helps us understand how extensively the tool has been tested and whether there is a general interest in its further development.
22+
If the tool is working well for you, please fill out the general [FEEDBACK FORM](https://forms.gle/v6ekZtuB45Rv3EyW9). This helps me understand how extensively the tool has been tested and whether there is a general interest in its further development.
2323

2424
If you've encountered a bug, need help, or would like to request additional features, please create an issue on [GitHub Issue](https://github.com/ServerlessLife/lambda-live-debugger/issues).
2525

2626
Contact me via:
27+
2728
- [Feedback Form](https://forms.gle/v6ekZtuB45Rv3EyW9)
2829
- [GitHub Issues](https://github.com/ServerlessLife/lambda-live-debugger/issues)
2930
- [LinkedIn](http://www.linkedin.com/in/marko-serverlesslife)
@@ -126,11 +127,11 @@ Example `lldebugger.config.ts`:
126127
import { type LldConfigTs } from "lambda-live-debugger";
127128

128129
export default {
129-
framework: "cdk",
130-
context: ["environment=development"],
131-
region: "eu-central-1",
132-
observable: false,
133-
verbose: false,
130+
framework: "cdk",
131+
context: ["environment=development"],
132+
region: "eu-central-1",
133+
observable: false,
134+
verbose: false,
134135
//getLambdas: async (foundLambdas) => {
135136
// you can customize the list of lambdas here or create your own
136137
// return foundLambdas;
@@ -157,7 +158,7 @@ You might want to configure your development tool for debugging. The wizard auto
157158
{
158159
"version": "0.2.0",
159160
"configurations": [
160-
{
161+
{
161162
"name": "Lambda Live Debugger",
162163
"type": "node",
163164
"request": "launch",
@@ -166,8 +167,8 @@ You might want to configure your development tool for debugging. The wizard auto
166167
"console": "integratedTerminal",
167168
"skipFiles": ["<node_internals>/**"],
168169
"env": {}
169-
}
170-
]
170+
}
171+
]
171172
}
172173
```
173174

0 commit comments

Comments
 (0)