Skip to content

Commit

Permalink
adding metadata information and read me update
Browse files Browse the repository at this point in the history
  • Loading branch information
gyawaliamit7 committed Aug 23, 2023
1 parent e681af2 commit c1b941a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<developers>
<developer>
<id>gyawaliamit</id>
<id>gyawaliamit99</id>
<name>Amit Gyawali</name>
<email>gyawaliamit99@gmail.com</email>
<roles>
Expand Down
13 changes: 9 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ Spring HTML Generator can be incredibly useful in various scenarios where you ne

To get started with Spring HTML Generator, follow these steps:

1. **Clone the Repository**: Clone this repository to your local machine.

```shell
https://github.com/gyawaliamit7/spring-html-generator.git
1. **Add Dependency**: Add the following dependency in your project.

```xml
<dependency>
<groupId>com.gyawaliamit</groupId>
<artifactId>spring-html-generator</artifactId>
<version>1.0.0</version>
</dependency>
```


## Example
Expand Down

0 comments on commit c1b941a

Please sign in to comment.