Skip to content

Commit

Permalink
update images in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Jul 6, 2024
1 parent 18c7def commit 2b98654
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The general philosophy behind the language design are as follows:

The parser will recover from errors as best as possible to help you write correct healthscript. Errors are available using the CLI.

![error handling example on the cli](errors.png)
![error handling example on the cli](cli-errors.png)

Install the CLI with

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion healthscript-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Healthscript CLI

![error handling example on the cli](errors.png)
![error handling example on the cli](cli-errors.png)

[Healthscript](https://crates.io/crates/healthscript) is a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more.

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion healthscript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "healthscript"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "A simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more."
authors = ["Mark Bundschuh <mark@mbund.dev>"]
Expand Down
File renamed without changes

0 comments on commit 2b98654

Please sign in to comment.