Skip to content

Commit 0ab54e8

Browse files
committed
Update README.md
1 parent ef05694 commit 0ab54e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Base Framework For Automation Testing
1+
# Sapphire Mobile Automation Testing Framework
22

33
#### **How to add artifact in maven?**
44
Step1. Download latest jar (artifact/Sapphire.jar)
@@ -7,7 +7,7 @@
77
88
example
99

10-
mvn install:install-file -Dfile=/Users/ksoni/Sapphire.jar -DgroupId=com.evig.sapphire -DartifactId=sapphire -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
10+
mvn install:install-file -Dfile=/Users/ksoni/sapphire.jar -DgroupId=com.evig.sapphire -DartifactId=sapphire -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
1111
Step3. Add below dependency in pom.xml
1212

1313
<dependency>

0 commit comments

Comments
 (0)