Skip to content

Commit fe0592f

Browse files
committed
Change the paths in the README examples to match the types of applications
1 parent f502d26 commit fe0592f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ source_path = [
414414
npm_tmp_dir = "/tmp/dir/location"
415415
prefix_in_zip = "foo/bar1",
416416
}, {
417-
path = "src/python-app3",
417+
path = "src/nodejs-app2",
418418
commands = [
419419
"npm install",
420420
":zip"
@@ -424,7 +424,7 @@ source_path = [
424424
"node_modules/.+", # Include all node_modules
425425
],
426426
}, {
427-
path = "src/python-app3",
427+
path = "src/go-app1",
428428
commands = ["go build"],
429429
patterns = <<END
430430
bin/.*

0 commit comments

Comments
 (0)