Skip to content

Commit cc2d164

Browse files
committed
Fix invalid italics and use "_" for consistency (see similar item just below)
1 parent b8f3d67 commit cc2d164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The rest of these Environment Variables can be set to match AWS Lambda's environ
175175
You can use the emulator to test if your function code is compatible with the Lambda environment, executes successfully
176176
and provides the expected output. For example, you can mock test events from different event sources. You can also use
177177
it to test extensions and agents built into the container image against the Lambda Extensions API. This component
178-
does *not *emulate* *the orchestration behavior of AWS Lambda. For example, Lambda has a network and security
178+
does _not_ emulate the orchestration behavior of AWS Lambda. For example, Lambda has a network and security
179179
configurations that will not be emulated by this component.
180180
181181
* You can use the emulator to test if your function code is compatible with the Lambda environment, runs successfully and provides the expected output.

0 commit comments

Comments
 (0)