Skip to content

Commit e5c5d5f

Browse files
committed
fix: README improvements
1 parent b16f6cb commit e5c5d5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
packagemap-java-parser provides a parser to build maps of your java code.
66

7-
Check out the site at https://packagemap.co
7+
Check out the site at [https://packagemap.co](https://packagemap.co)
88

99
Code review just got a lot easier! Visualise your code.
1010

@@ -37,9 +37,9 @@ java -jar packagemap-java-parser-1.0.0-SNAPSHOT-all.jar \
3737
| flag | description |
3838
| --- | --- |
3939
| -b, --base | The base package that all our source code shares. This helps the parser ignore classes imported from your dependencies |
40-
| -k, --key | Your access key and secret key. Maps will be added to your account on packagemap.co |
40+
| -k, --key | Your access key and secret key. Maps will be added to your account on [packagemap.co](https://packagemap.co) |
4141
| -g, --git | Builds a map of only the files that have changed vs. the target commit hash or head of the target branch. |
42-
| [dirs] | A list of directories to parse the source files from. The directory should target just above the source code package hierarchy.<br/> e.g. for class src/main/java/co/packagemap/Main.java we should use the directory src/main/java. |
42+
| [dirs] | A list of directories to parse the source files from. The directory should target just above the source code package hierarchy.<br/> e.g. for class `src/main/java/co/packagemap/Main.java` we should use the directory `src/main/java`. |
4343

4444
## Using the PackageMap UI
4545

0 commit comments

Comments
 (0)