From a9350ea7c79ff7dfe2fc18f42ceccb98f8702d74 Mon Sep 17 00:00:00 2001 From: Ellen <38250543+ellen364@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:26:18 +0000 Subject: [PATCH] [README] library -> builtin The directory was renamed in commit acbe70b27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 369081f3d0..4ce01f8628 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ languages, Zephyr ASDL, and a statically-typed subset of Python. osh/ # OSH parsers and evaluators (cmd, word, sh_expr) ysh/ # YSH parser and evaluator data_lang/ # Languages based on JSON - library/ # Builtin commands and functions + builtin/ # Builtin commands and functions core/ # Other code shared between OSH and YSH pyext/ # Python extension modules, e.g. libc.c pylib/ # Borrowed from the Python standard library.