Skip to content

Commit 51ef274

Browse files
Update README.MD
1 parent ad22435 commit 51ef274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SampleApplication/README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SampleApplication is intended to provide a starting point for building custom Java application integrations using the SendSafely Java Client API.
22

3-
#Instructions
3+
# Instructions
44
Download the most recent release of the SendSafely Client API, extract, and copy all of the contained jar files into the SampleApplication/lib folder.
55

6-
##Compile the sample
6+
## Compile the sample
77

88
`mkdir bin`
99

1010
`javac -cp "lib/*" -d bin src/*.java`
1111

12-
##Run the sample
12+
## Run the sample
1313

1414
```
1515
java -cp "lib/*;bin/" SendSafelyRefApp
@@ -18,7 +18,7 @@ Usage: SendSafelyRefApp SendSafelyHost UserApiKey UserApiSecret FileToUpload Rec
1818
This program will print out the secure URL to access the package after it has been submitted.`
1919
```
2020

21-
###Command Line Argments
21+
### Command Line Argments
2222

2323
- SendSafelyHost - Use your SendSafely organizaiton host or https://app.sendsafely.com
2424
- UserApiKey - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal

0 commit comments

Comments
 (0)