Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 1, 2024
1 parent 5a64ca6 commit b9b0b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

## Output

This will generate the following files in the specified `outDir`:
`pg-proto-parser` will generate the following files in the specified `outDir`:

- [`types.ts`](https://raw.githubusercontent.com/launchql/pg-proto-parser/main/__fixtures__/output/types/optionalFields/types.ts): TypeScript file containing interfaces for protobuf messages.
- [`enums.ts`](https://raw.githubusercontent.com/launchql/pg-proto-parser/main/__fixtures__/output/enums/pure/removeUndef/enums.ts): TypeScript file containing enums for protobuf messages.
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const parser = new PgProtoParser(inFile, { outDir });
await parser.write();
```

This will generate the following files in the specified `outDir`:
`pg-proto-parser` will generate the following files in the specified `outDir`:

- [`types.ts`](https://raw.githubusercontent.com/launchql/pg-proto-parser/main/__fixtures__/output/types/optionalFields/types.ts): TypeScript file containing interfaces for protobuf messages.
- [`enums.ts`](https://raw.githubusercontent.com/launchql/pg-proto-parser/main/__fixtures__/output/enums/pure/removeUndef/enums.ts): TypeScript file containing enums for protobuf messages.
Expand Down

0 comments on commit b9b0b1e

Please sign in to comment.