Skip to content

Commit 6d0d963

Browse files
authored
Update README.md
1 parent 1957a8c commit 6d0d963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Then, go to a new directory and add a few dependencies:
115115
```sh
116116
mkdir example
117117
cd example
118+
echo '{}' > package.json
118119
npm install --save-dev webpack webpack-cli typescript ts-loader http-server
119120
npm install --save sql.js-httpvfs
120121
npx tsc --init
@@ -157,4 +158,4 @@ And you should see the output to the query `select * from mytable`.
157158
[{"foo":"hello","bar":"world"}]
158159
```
159160

160-
The full code of this example is in [example/](./example/).
161+
The full code of this example is in [example/](./example/).

0 commit comments

Comments
 (0)