Skip to content

Commit ec83038

Browse files
committed
#85 - [2.0.0] - Version review. Adding the importing and note about the 2.0.0 version to the README.md file
1 parent fed049f commit ec83038

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ type objects, which will encapsulate (wrap) their respective "original objects"
269269
interface to handle these elements.
270270

271271
### Importing the HappyTree API
272-
To import the HappyTree API into the Maven projects, just add the following:
272+
To import the HappyTree API into a Maven project, simply add the following:
273+
273274
```xml
274275
<dependency>
275276
<groupId>com.madzera</groupId>
@@ -278,8 +279,8 @@ To import the HappyTree API into the Maven projects, just add the following:
278279
</dependency>
279280
```
280281

281-
#### Disclaimer About the HappyTree API 2.0.0
282-
Compared to the **v1.0.0** the **groupId** of this new version has been changed:
282+
#### HappyTree API 2.0.0 Note
283+
Compared to **v1.0.0** the **groupId** of this new version has changed:
283284

284285
```diff
285286
- <groupId>com.madzera.happytree</groupId>

0 commit comments

Comments
 (0)