From a3d65406165ce9fef59d9f832a046ce743634f8c Mon Sep 17 00:00:00 2001 From: Jiwoo Ahn Date: Mon, 2 Feb 2026 21:33:10 +0900 Subject: [PATCH] docs: fix typo in README.md PR: https://github.com/urunc-dev/urunc/pull/429 Signed-off-by: Jiwoo Ahn Reviewed-by: Charalampos Mainas Approved-by: Charalampos Mainas --- .github/contributors.yaml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/contributors.yaml b/.github/contributors.yaml index e8b77c50..b6a2cd14 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -53,3 +53,6 @@ users: ishaanxgupta: name: Ishaan Gupta email: ishaankone@gmail.com + ilp-sys: + name: Jiwoo Ahn + email: ikwydls1314@gmail.com diff --git a/README.md b/README.md index e201f65e..cc3c8d12 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ and containerized environments, enabling seamless integration with cloud-native architectures. Designed to fully leverage the container semantics and benefits from the OCI tools and methodology, `urunc` aims to become “runc for unikernels”, while offering compatibility with the Container Runtime Interface -(CRI). Unikernels are packaged inside OCI-compatible images and `urunc` launces +(CRI). Unikernels are packaged inside OCI-compatible images and `urunc` launches the unikernel on top of the underlying Virtual Machine or seccomp monitors. Thus, developers and administrators can package, deliver, deploy and manage unikernels using familiar cloud-native practices.