Skip to content

Commit

Permalink
Update documentation for REST snippets
Browse files Browse the repository at this point in the history
See eclipse/lsp4mp#332

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Dec 9, 2022
1 parent 61a5bdf commit b895418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ In `Java` files, you will benefit with:
* Validation and Quick Fix support for MicroProfile
* Code Lens support for MicroProfile
* Code snippets
* `jaxrc`: Create a new JAX-RS resource class
* `jaxrm`: Create a new JAX-RS resource method
* `rest_class`: Create a new JAX-RS/Jakarta REST resource class
* `rest_get`: Create a new JAX-RS/Jakarta REST GET resource method
* `mpreadiness`: Create a readiness check class
* `mpliveness`: Create a liveness check class
* `mpnrc`: Create a new MicroProfile REST client
Expand Down

0 comments on commit b895418

Please sign in to comment.