Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 90f7630

Browse files
author
Yun Zhi Lin
authored
Update README.md
1 parent 3dcfd2d commit 90f7630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/aws-golang-event/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Event Source triggers such as `Kinesis` or `SNS`.
1111
Setup and deploy a new project called `your-app`:
1212

1313
```bash
14-
cd $GOPATH/src/path/
14+
cd $GOPATH/src/your-path/
1515
serverless install -u https://github.com/yunspace/serverless-golang/tree/master/examples/aws-golang-event -n your-app
1616
cp .env.example .env
1717
# fill in and correct any of the variables in .env
18-
# replace `WORKDIR` in .env with `/go/src/path/your-app`
18+
# replace `WORKDIR` in .env with `/go/src/your-path/your-app`
1919
make test build deploy
2020
make remove
21-
```
21+
```

0 commit comments

Comments
 (0)