Skip to content

Commit 32cbf31

Browse files
authored
Fix package name reference in README.md
1 parent 57e0226 commit 32cbf31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TSB is named after the [tsessebe](https://en.wikipedia.org/wiki/Common_tsessebe)
1212

1313
## Project conventions
1414

15-
- **Package name:** `tsb` — all imports and usage use `tsb`, not `tsessebe`. `import { DataFrame } from 'tsb'`
15+
- **Package name:** `tsb`, e.g. `import { DataFrame } from 'tsb'`
1616
- **Runtime & tooling:** [Bun](https://bun.sh) for everything — runtime, bundler, test runner, package manager
1717
- **Language:** TypeScript in strictest mode — no `any`, no `as` casts, no `@ts-ignore`, no escape hatches
1818
- **Dependencies:** Zero for core library. External deps only where absolutely required for non-core tooling (e.g. Playwright, WASM toolchains).

0 commit comments

Comments
 (0)