From 15c116ef63b4054336e17def10e9b45052a64dff Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Aug 2025 08:40:54 +0200 Subject: [PATCH] docs(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ecac0..ac49e69 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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` is a small program 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.