From 88a80a23c68bdebf239faf24ab36a6518a182fff Mon Sep 17 00:00:00 2001 From: pj1234678 <13920460+pj1234678@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:05:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4094f..2e2e630 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A simple and zero-dependency DHCP server written in Rust, with credit to Richard - Fast and efficient. - Cross-platform support and cross-compilation. - Customizable Leases File: Support for a "leases" file that allows you to define permanent leases, ensuring clients always receive the same IP address. -- + ## Table of Contents - [Installation](#installation)