From a23f2270b1b792a486c05ba50fc14afa4e8d7756 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 May 2025 20:31:09 +0200 Subject: [PATCH] docs(README): indentation --- .markdownlint.yaml | 6 +++--- README.md | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 4e6e709..ba6e750 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -45,11 +45,11 @@ MD012: # MD013/line-length - Line length MD013: # Number of characters - line_length: 80 + line_length: 120 # Number of characters for headings - heading_line_length: 80 + heading_line_length: 120 # Number of characters for code blocks - code_block_line_length: 80 + code_block_line_length: 120 # Include code blocks code_blocks: false # Include tables diff --git a/README.md b/README.md index a5e1b47..e5ecac0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # getpsrc -[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/getpsrc/status.svg)](https://drone.cryptic.systems/volker.raschek/getpsrc) [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/getpsrc)](https://hub.docker.com/r/volkerraschek/getpsrc) `getpsrc` is a small programme to determine the src routing ip for an external ip. `getpsrc` serves as an alternative to `ip route get | awk ...` because `ip -route get` can return different output depending on the environment and -therefore the construct is unsafe. +route get` can return different output depending on the environment and therefore the construct is unsafe. `getpsrc` is also as container image available: `docker.io/volkerraschek/getpsrc`.