Skip to content

Commit

Permalink
Update README.md with code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemcleod authored Apr 8, 2024
1 parent 3ea5339 commit d7e8a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Linkifier is maintained by the dev team at [Feature Upvote](https://featureupvot

## Example

```
```java
public static void main(String[] args) {
String input = "Many websites use example.com in their docs";
var linkified = new Linkifier().linkify(input);
Expand Down

0 comments on commit d7e8a28

Please sign in to comment.