Skip to content

Commit e7717ef

Browse files
author
jared
committed
Renamed packages.json ---> lb-pkgs.json in the docs to avoid
confusion with NPM's `package.json`
1 parent f2eb421 commit e7717ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ We generate the corresponding Typescript code with the following commands.
5858

5959
```shell
6060
$ nix develop github:mlabs-haskell/lambda-buffers#lb
61-
$ lbf-list-modules-typescript lbf-document=. > packages.json
62-
$ lbf-prelude-to-typescript --gen-opt="--packages packages.json" Document.lbf
61+
$ lbf-list-modules-typescript lbf-document=. > lb-pkgs.json
62+
$ lbf-prelude-to-typescript --gen-opt="--packages lb-pkgs.json" Document.lbf
6363
$ find autogen/
6464
autogen/
6565
autogen/LambdaBuffers

0 commit comments

Comments
 (0)