diff --git a/docs/index.md b/docs/index.md index fd602faeb..9ee8ee3f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,6 +14,12 @@ Install as usual via npm: npm install --save-dev ts-morph ``` +Or if you're using deno: + +```ts +import { Project } from "https://deno.land/x/ts_morph/mod.ts"; +``` + ## Documentation Progress I've been still slowly updating the documentation. I'm keeping it up to date with any new features, but some existing features don't have documentation.