Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/envoy/prototype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ This Proxy will use Envoy and talk to Mixer server.

The server will run at port 9091

* Start backend Echo server. At ESP repo (https://github.com/cloudendpoints/esp)
* Start backend Echo server.

```
cd test/echo
cd test/backend/echo
npm install
node echo.js
```
Expand Down