diff --git a/README.md b/README.md index 73bf4ef..3e63863 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A deductive system for logical inference, implemented in C++. The library provid - **C++ Core**: The core implementation in `src/` and `include/ds/` provides the fundamental data structures and algorithms - **Python Bindings**: Built with pybind11, wrapping the C++ core (see `apyds/`) -- **TypeScript/JavaScript Bindings**: Built with Emscripten, compiling C++ to WebAssembly (see `tsds/`) +- **TypeScript/JavaScript Bindings**: Built with Emscripten, compiling C++ to WebAssembly (see `atsds/`) ## Features diff --git a/atsds/tsds.mts b/atsds/index.mts similarity index 100% rename from atsds/tsds.mts rename to atsds/index.mts diff --git a/docs/examples/sudoku.md b/docs/examples/sudoku.md index 42af01a..3142ed5 100644 --- a/docs/examples/sudoku.md +++ b/docs/examples/sudoku.md @@ -21,7 +21,7 @@ The Sudoku solver encodes Sudoku rules as logical inference rules in the DS syst