Skip to content

Commit 650f525

Browse files
authored
Update README.md
1 parent 896674a commit 650f525

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Some notable exceptions that the JSON Parser in this library accepts are:
115115
* Numbers out of range for `Double` or `Long` are parsed as strings
116116

117117
**Unit Test Conventions**
118+
118119
Test filenames should consist of the name of the module being tested, with the suffix "Test".
119120
For example, <b>Cookie.java</b> is tested by <b>CookieTest.java</b>.
120121

@@ -199,7 +200,7 @@ cookie lists.
199200

200201
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
201202
and artifactId "json". For example:
202-
https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav
203+
[https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav](https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav)
203204

204205
~~~
205206
20200518 Recent commits and snapshot before project structure change

0 commit comments

Comments
 (0)