Skip to content

Commit bcc2dd0

Browse files
authored
Add dark mode image link (#44)
1 parent 4945757 commit bcc2dd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ examples
44
Cargo.lock
55
cert.pem
66
key.pem
7+
.env

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Parseable is an open source, cloud native, log storage and management platform.
2222
Parseable helps you ingest high volumes of log data from various sources (Fluentbit, Logstash etc or directly from applications). Parseable stores log data into highly compressed Parquet file format. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data.
2323

2424
<p align="center">
25-
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview.svg" alt="Parseable Overview" width="800" height="650" />
25+
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview.svg#gh-light-mode-only" alt="Parseable Overview" width="800" height="650" />
26+
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview-dark.svg#gh-dark-mode-only" alt="Parseable Overview" width="800" height="650" />
2627
</p>
2728

2829
<h1></h1>

0 commit comments

Comments
 (0)