Skip to content

Commit

Permalink
Fix casings
Browse files Browse the repository at this point in the history
  • Loading branch information
selectiveduplicate committed Aug 20, 2024
1 parent 7377aa7 commit 4c845df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Edit the `web.xml` file and add [your Moesif Application ID](#get-your-moesif-ap

```

#### Running the Jersey Servlet example
#### Running the Jersey Servlet Example
To run `jersey-servlet-example`, make sure you have the following installed:

- Java 7+
Expand Down Expand Up @@ -386,7 +386,7 @@ Edit the `web.xml` file and add [your Moesif Application ID](#get-your-moesif-ap

```

#### Running the Generic Servlet example
#### Running the Generic Servlet Example

`servlet-example` implements the Servlet Filter directly in a generic servlet app rather than using a higher level framework like Spring MVC or Spring Boot.

Expand Down Expand Up @@ -635,7 +635,7 @@ Override the following parameters, if needed.
</tr>
</table>

### Interface methods
### Interface Methods
Override following methods, if needed.

### `public boolean skip(HttpServletRequest request, HttpServletResponse response)`
Expand Down

0 comments on commit 4c845df

Please sign in to comment.