From 4a11658e1f3373101971665cbb3b847bf54f6669 Mon Sep 17 00:00:00 2001 From: Alex Karezin Date: Mon, 31 Jul 2023 14:08:33 -0400 Subject: [PATCH] Update README.md by adding a link to repository map Adding a link to the high-level diagrams including module, library dependency and others (https://sourcespy.com/github/blueconicbrowscapjava/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project. In the spirit of transparency - I am the author of the diagrams. Hope contributors find it useful. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d49a20..a72b125 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Java CI with Maven](https://github.com/blueconic/browscap-java/actions/workflows/maven.yml/badge.svg)](https://github.com/blueconic/browscap-java/actions/workflows/maven.yml) +[![Project Map](https://sourcespy.com/shield.svg)](https://sourcespy.com/github/blueconicbrowscapjava/) # browscap-java A blazingly fast and memory efficient (thread-safe) Java client on top of the BrowsCap [CSV source files](https://github.com/browscap/browscap).