From patchwork Thu Mar 28 09:51:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rico Hoppe X-Patchwork-Id: 7690 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4V4zNt0qZyz3wfw for ; Thu, 28 Mar 2024 09:52:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4V4zNr5F7Zz2Cc; Thu, 28 Mar 2024 09:52:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4V4zNr4k36z30HK; Thu, 28 Mar 2024 09:52:44 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4V4zNp6pJ6z2xdH for ; Thu, 28 Mar 2024 09:52:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4V4zNn5ybCz5Wm; Thu, 28 Mar 2024 09:52:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1711619561; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g0BFqAsUv+nC9rVb+0Iif8CNnBzj8pne56JTdmlx0io=; b=Mt7ErRT0Ik1faDgwbRrHJ4V5BEKXlAi/UFP0fuv9hSbSm//24N/pAbTsBrhhvvckXxZfyC 8IulxGa0HxHsx8Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1711619561; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g0BFqAsUv+nC9rVb+0Iif8CNnBzj8pne56JTdmlx0io=; b=leKcA4yAfTukcfKIw39YIHMYNRu9cpmdjD95xdEfStXh19AVwAIoCBJQvSfqYT1KMxYML5 sFP1W+SOjbGLBe5/WN81eiEXkmr97VlyKJxn5SQxbVxMJD1HxzqQ3ira2895DZ3TvWT73H MymeizuL+EYn9pMDdur4Spa7RSAEnjZm9tnymRdkUPIZLW3aE1NAToj0g2ImVOQuozrrRy QWMhCfUjf3OMVHFGqtpYi4L68ePGoPRMruHzpfdNSNbmvEgOcZ94Ow5f3q86wo07PxY7bG KCpxs2icVGBFQqWCWj/XiYgdyYAILWbQrRvyTb2/liUVQ28drouQ2fuNXR8O4A== From: Rico Hoppe To: development@lists.ipfire.org Subject: [PATCH 2/2] README.md: fix minor typo Date: Thu, 28 Mar 2024 09:51:53 +0000 Message-Id: <20240328095152.2391304-2-rico.hoppe@ipfire.org> In-Reply-To: <20240328095152.2391304-1-rico.hoppe@ipfire.org> References: <20240328095152.2391304-1-rico.hoppe@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ERMNBBJO5QFSB6AOKZYE2BEMBA535VNW X-Message-ID-Hash: ERMNBBJO5QFSB6AOKZYE2BEMBA535VNW X-MailFrom: rico.hoppe@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Rico Hoppe X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Rico Hoppe Reviewed-by: Michael Tremer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e88d31dd..03c3d79d1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Just head over to https://www.ipfire.org/download # How do I use this software? We have a long and detailed documentation located [here](https://ipfire.org/docs) which -should answers most of your questions. +should answer most of your questions. # But I have some questions left. Where can I get support?