From 7abec436eab19585fa939e8e1911fc1cda0f8968 Mon Sep 17 00:00:00 2001 From: YangScott Date: Tue, 9 Dec 2025 15:23:45 +0100 Subject: [PATCH] docs(readme): replace value-note with field-note The directory structure section in the README lists `value-note`, but the actual package in this workspace is `field-note`. This commit updates the package name to reflect the current workspace structure and avoid confusion for users. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f05410b..f31d3713 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ This noir workspace contains multiple packages. You can import these packages in . └── aztec // The main framework for writing Aztec smart contracts -// Helpful types that are commonly used alongside the `aztec` library: -├── uint-note // An off-the-shelf Note struct, for storing a private u128 -├── value-note // An off-the-shelf Note struct, for storing a private Field -└── address-note // An off-the-shelf Note struct, for storing a private AztecAddress + // Helpful types that are commonly used alongside the `aztec` library: + ├── uint-note // An off-the-shelf Note struct, for storing a private u128 + ├── field-note // An off-the-shelf Note struct, for storing a private Field + └── address-note // An off-the-shelf Note struct, for storing a private AztecAddress ``` > To be deprecated from the top-level workspace libraries: