Skip to content

Commit

Permalink
Tidy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed Jun 5, 2023
1 parent adfa737 commit f25fdc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ can be used to generate this file.

### Script

The the script file is executed by the embedded starlark interpreter. In this
file you can implement grpc servers and/or clients. Given this implementation
sits on top of `grpc-go`, the API is very similar.
The script file is executed by the embedded starlark interpreter. In this file
you can create and run grpc servers and grpc clients.

## API

`grpc-starlark` is implemented using go and has an API similar to `grpc-go`.

### Protobuf

The message and enum types are available using the `proto.package` function:
Expand Down

0 comments on commit f25fdc5

Please sign in to comment.