Skip to content

Commit

Permalink
added some more loanguage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdennett committed Feb 7, 2021
1 parent 57ccc28 commit 2b7e7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Add the following dependency to your `pom.xml`
</dependency>
```

Then in your `providers.java` you'll need to add the `JteProvider.java`. The provider list should look something like this
Then in your `providers.java` you'll need to add the `JteProvider.java`. The provider list should look something like this.
Don't copy and paste this. It might be missing some providers. Just add the `JteProvider.java` after `ViewProvider.java`.

```java
public static ServiceProvider[] load(Container c) {
Expand Down

0 comments on commit 2b7e7dc

Please sign in to comment.