Skip to content

Commit 7cbc746

Browse files
authored
typo: Jax rs -> JAX-RS, also added link to spec.
1 parent 61c2a5c commit 7cbc746

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
@@ -21,7 +21,7 @@ configure your desired `LambdaContainerHandler` implementation to use `AwsProxyR
2121
pre-configure this for you.
2222

2323
### Jersey support
24-
The library expects to receive a valid Jax RS application object. For the Jersey implementation this is the `ResourceConfig` object.
24+
The library expects to receive a valid [JAX-RS](https://jax-rs-spec.java.net) application object. For the Jersey implementation this is the `ResourceConfig` object.
2525

2626
```java
2727
public class LambdaHandler implements RequestHandler<AwsProxyRequest, AwsProxyResponse> {

0 commit comments

Comments
 (0)