Skip to content

Commit

Permalink
[README] Rename library/ -> builtin/ (#1766)
Browse files Browse the repository at this point in the history
The directory was renamed in commit acbe70b
  • Loading branch information
ellen364 committed Dec 12, 2023
1 parent b87c12e commit 1893841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 1893841

Please sign in to comment.