Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed May 19, 2024
1 parent 65a77b2 commit 97ee215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#URL Constructor
## URL Constructor

This library handles creating environment specific URLs. It is intended to be used for test automation for initial page load.

Expand All @@ -19,6 +19,6 @@ Add the following Maven dependency to your project's `pom.xml` file:
```xml
<dependency>
<groupId>org.dvsa.testing.lib</groupId>
<artifactId>uri-constructor</artifactId>
<version>LATEST</version>
<artifactIdvol->uri-constructor</artifactId>
<version>[LATEST VERSION HERE]</version>
</dependency>

0 comments on commit 97ee215

Please sign in to comment.