diff --git a/README.md b/README.md index 93f38e5..e888477 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ for HTTP 1.1/JSON transport! Then you open the `handlers/server/server_handler.go`, add you business logic, and you're good to go. -Here is an example service definition: [Echo Service](./example/echo.proto) +Here is an example service definition: [Echo Service](./_example/echo.proto) Try Truss for yourself on Echo Service to see the service that is generated: diff --git a/example/echo.proto b/_example/echo.proto similarity index 100% rename from example/echo.proto rename to _example/echo.proto