From a3a926b970243dd90c91428b83c35c94e6dc28ad Mon Sep 17 00:00:00 2001 From: JY Tan Date: Thu, 18 Dec 2025 17:24:32 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4963b..46fa573 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Go implementation of process sandboxing with network and filesystem restrictions. -**`fence`** wraps arbitrary commands in a security sandbox, blocking network access by default and restricting filesystem operations based on configurable rules. Useful for AI coding agents, untrusted code execution, or running processes with controlled side effects. +`fence` wraps commands in a sandbox that blocks network access by default and restricts filesystem operations based on configurable rules. Useful for AI coding agents, untrusted code execution, or running processes with controlled side effects. ## Features @@ -13,7 +13,7 @@ A Go implementation of process sandboxing with network and filesystem restrictio - **Cross-Platform**: macOS (sandbox-exec) and Linux (bubblewrap) - **HTTP/SOCKS5 Proxies**: Built-in filtering proxies for domain control -You can use **`fence`** as a Go package or CLI tool. +You can use `fence` as a Go package or CLI tool. ## Installation