Skip to content

Commit 0510ebb

Browse files
Doc update (#87)
1 parent e9676bc commit 0510ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jdiff
22

3-
`jdiff` is a lightweight Python library allowing you to examine structured data. jdiff` provides an interface to intelligently compare--via key presense/absense and value comparison--JSON data objects
3+
`jdiff` is a lightweight Python library allowing you to examine structured data. `jdiff` provides an interface to intelligently compare--via key presense/absense and value comparison--JSON data objects
44

55
Our primary use case is the examination of structured data returned from networking devices, such as:
66

@@ -36,4 +36,4 @@ The library heavily relies on [JMESPath](https://jmespath.org/) for traversing t
3636

3737
## Documentation
3838

39-
Documentation is hosted on Read the Docs at [jdiff Documentation](https://jdiff.readthedocs.io/).
39+
Documentation is hosted on Read the Docs at [jdiff Documentation](https://jdiff.readthedocs.io/).

0 commit comments

Comments
 (0)