Skip to content

Commit e7b13bc

Browse files
authored
Merge pull request #68 from nikanique/fix/readme-correction
doc: correct version
2 parents b4d2d15 + 1505768 commit e7b13bc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To install the Spring REST Framework, include the following dependencies in your
3434
<dependency>
3535
<groupId>io.github.nikanique</groupId>
3636
<artifactId>spring-rest-framework</artifactId>
37-
<version>2.1.0</version>
37+
<version>2.4.0</version>
3838
</dependency>
3939
</dependencies>
4040
```
@@ -44,11 +44,9 @@ To install the Spring REST Framework, include the following dependencies in your
4444
To start using the library, follow these steps:
4545

4646
1. Add the necessary dependencies to your project:
47-
Add the required dependencies into your project following the
48-
installation section.
47+
Add the required dependencies into your project following the installation section.
4948

50-
51-
2. 2.Declare your models and repositories:
49+
2. Declare your models and repositories:
5250

5351
For example, declare a Student model.
5452

0 commit comments

Comments
 (0)