diff --git a/packages/proto-loader/README.md b/packages/proto-loader/README.md index 5abf4d1d..3ee67272 100644 --- a/packages/proto-loader/README.md +++ b/packages/proto-loader/README.md @@ -114,8 +114,8 @@ Consume the types: ```ts import * as grpc from '@grpc/grpc-js'; import * as protoLoader from '@grpc/proto-loader'; -import { ProtoGrpcType } from './proto/example'; -import { ExampleHandlers } from './proto/example_package/Example'; +import type { ProtoGrpcType } from './proto/example.ts'; +import type { ExampleHandlers } from './proto/example_package/Example.ts'; const exampleServer: ExampleHandlers = { // server handlers implementation...