diff --git a/README.md b/README.md index fa34dd5..ebdd51f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Treat a directory as a template. File paths and contents support conditionals (` ## Install ```sh -bun install tdir zod +bun add @gregorlohaus/tdir zod ``` ## Quick start diff --git a/package.json b/package.json index f4f82f3..509b8b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@gregorlohaus/tdir", "version": "0.1.0", + "license": "MIT", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",