Skip to content

Commit

Permalink
minor readme and vscode settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Jan 8, 2023
1 parent 8caf3fb commit c1396e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
}
},
"deno.importMap": "packages/deno/import_map.json",
"deno.enablePaths": ["packages/deno/mod.ts", "packages/deno/src/deno", "packages/deno/src/example"]
"deno.enablePaths": ["packages/deno/mod.ts", "packages/deno/src/deno", "packages/deno/src/example"],
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion apps/liveviewjs.com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation
## Installation

```
$ yarn
Expand Down

0 comments on commit c1396e6

Please sign in to comment.