From bb08a350a174372364f37e556d52fc47d7d7c6a5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 6 Feb 2026 12:07:46 -0500 Subject: [PATCH] Fix Typo in README.md Signed-off-by: Will Hawkins --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba862e3..494dc55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## P4RSE: P4 Runtime In Swift Environment -_P4SE_ (yes, the acronym is a bit forced) is a P4 parser and runtime written in Swift. The project was started as a means to better learn Swift. +_P4RSE_ (yes, the acronym is a bit forced) is a P4 parser and runtime written in Swift. The project was started as a means to better learn Swift. ### Status @@ -26,4 +26,4 @@ To preview the generated documentation: $ swift package swift package --disable-sandbox preview-documentation --target ``` -For more information, see the [documentation for the Swift-DocC plugin](https://swiftlang.github.io/swift-docc-plugin/documentation/swiftdoccplugin/). \ No newline at end of file +For more information, see the [documentation for the Swift-DocC plugin](https://swiftlang.github.io/swift-docc-plugin/documentation/swiftdoccplugin/).