Skip to content

Commit

Permalink
fixed markdown lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
hofiorg committed Apr 7, 2024
1 parent 15acc65 commit d020393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python -m build
This script checks URLs defined in a JSON file. For each URL, it verifies if the response
contains a specific string and prints the result using emojis to indicate success or failure.

### Usage
### Usage check_url

```sh
scripts/check_urls.py data/urls.json
Expand All @@ -50,7 +50,7 @@ scripts/check_urls.py data/urls.json

lambda function within filter to select fruits starting with "A" from a list

### Usage
### Usage filter_lambda

```sh
scripts/filter_lambda.py
Expand All @@ -60,7 +60,7 @@ scripts/filter_lambda.py

simple hello world

### Usage
### Usage hello_world

```sh
scripts/hello_world.py
Expand Down

0 comments on commit d020393

Please sign in to comment.