Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrouse authored and sirkon committed Jul 3, 2020
1 parent 49e319b commit d3471ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GO111MODULE=on go get github.com/sirkon/ldetool
```yaml
http: HTTP
```
and feed this file to the `ldetool` then every name (of field or rule itself) like `GetHttpHandle` or `get_http_hanlde` will be traslated into `GetHTTPHandle`
and feed this file to the `ldetool` then every name (of field or rule itself) like `GetHttpHandle` or `get_http_handle` will be translated into `GetHTTPHandle`
3. `--package <pkg name>` name of the package to use in generated code. If a directory of `*.lde` file has other Go files package name will automatically setup with these files' package name.
4. `--big-endian` or `--little-endian` sets the target architecture to be either big or little endian. This
enables prefix check optimization
Expand Down

0 comments on commit d3471ec

Please sign in to comment.