We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957a8c commit 6d0d963Copy full SHA for 6d0d963
README.md
@@ -115,6 +115,7 @@ Then, go to a new directory and add a few dependencies:
115
```sh
116
mkdir example
117
cd example
118
+echo '{}' > package.json
119
npm install --save-dev webpack webpack-cli typescript ts-loader http-server
120
npm install --save sql.js-httpvfs
121
npx tsc --init
@@ -157,4 +158,4 @@ And you should see the output to the query `select * from mytable`.
157
158
[{"foo":"hello","bar":"world"}]
159
```
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