Skip to content

Commit bb925b2

Browse files
committed
Update README.md
1 parent 9442699 commit bb925b2

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is intended to be used as a **foundation** for other libraries or application
1515
- [Features](#features)
1616
- [Example](#example)
1717
- [Usage](#usage)
18-
- [Other Libraries](#other-libraries)
18+
- [Problem4J Links](#problem4j-links)
1919

2020
## Features
2121

@@ -35,8 +35,8 @@ It is intended to be used as a **foundation** for other libraries or application
3535
## Example
3636

3737
```java
38-
import io.github.malczuuu.problem4j.Problem;
39-
import io.github.malczuuu.problem4j.ProblemException;
38+
import io.github.malczuuu.problem4j.core.Problem;
39+
import io.github.malczuuu.problem4j.core.ProblemException;
4040

4141
public class ExampleClass {
4242

@@ -57,7 +57,8 @@ public class ExampleClass {
5757

5858
## Usage
5959

60-
Add library as dependency to Maven or Gradle. See the actual versions on [Maven Central][maven-central]. **Java 8** or higher is required to use this library.
60+
Add library as dependency to Maven or Gradle. See the actual versions on [Maven Central][maven-central]. **Java 8** or
61+
higher is required to use this library.
6162

6263
1. Maven:
6364
```xml
@@ -76,8 +77,10 @@ Add library as dependency to Maven or Gradle. See the actual versions on [Maven
7677
}
7778
```
7879
79-
## Other Libraries
80+
## Problem4J Links
8081
82+
- [`problem4j`][problem4j] - Documentation repository.
83+
- [`problem4j-core`][problem4j-core] - Core library defining `Problem` model and `ProblemException`.
8184
- [`problem4j-jackson`][problem4j-jackson] - Jackson module for serializing and deserializing `Problem` objects.
8285
- [`problem4j-spring-web`][problem4j-spring-web] - Spring Web module extending `ResponseEntityExceptionHandler` for
8386
handling exceptions and returning `Problem` responses.
@@ -86,6 +89,8 @@ Add library as dependency to Maven or Gradle. See the actual versions on [Maven
8689
8790
[problem4j]: https://github.com/malczuuu/problem4j
8891
92+
[problem4j-core]: https://github.com/malczuuu/problem4j-core
93+
8994
[problem4j-jackson]: https://github.com/malczuuu/problem4j-jackson
9095
9196
[problem4j-spring-web]: https://github.com/malczuuu/problem4j-spring-web

0 commit comments

Comments
 (0)