Skip to content

Commit 0d9b15b

Browse files
committed
remove net-tree from readme
1 parent a1daf69 commit 0d9b15b

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The databases created from the gathered data will be and stay open-source!
1313
<a href="https://github.com/O-X-L/risk-db/blob/latest/visualization">
1414
<img src="https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/world_map_example.webp" alt="World Map Example" width="800"/>
1515
<img src="https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/asn_chart_example.webp" alt="ASN Chart Example" width="800"/>
16-
<img src="https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/net_tree_example.webp" alt="Net Tree Example" width="800"/>
1716
</a>
1817

1918
----

visualization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Usage:
1111
2. Generate the JSON file
1212

1313
```bash
14-
python3 world_map_data.py -c ~/Downloads/country_asn.mmdb -4 ~/Downloads/risk_ip4_med.json -6 ~/Downloads/risk_ip6_med.json
14+
python3 world_map.py -c ~/Downloads/country_asn.mmdb -4 ~/Downloads/risk_ip4_med.json -6 ~/Downloads/risk_ip6_med.json
1515
```
1616

1717
3. For testing - run the minimal python3 webserver to enable JS to access the JSON file:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)