Skip to content

Commit 14603ba

Browse files
committed
update README
1 parent c7f931f commit 14603ba

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
@@ -29,7 +29,7 @@ Clone for standalone use or within a repo:
2929

3030
``` bash
3131
# If installing into an exisiting repo, navigate to repo dir
32-
git clone --depth 1 https://github.com/robertpeteuil/build_py_lambda_layer _build_layer
32+
git clone --depth 1 https://github.com/robertpeteuil/build-lambda-layer-python _build_layer
3333
```
3434

3535
Alternatively, add as a submodule:
@@ -38,7 +38,7 @@ Alternatively, add as a submodule:
3838
# PUBLIC USE HTTPS
3939
cd {repo root}
4040
# eventual public repo will use http
41-
git submodule add https://github.com/robertpeteuil/build_py_lambda_layer _build_layer
41+
git submodule add https://github.com/robertpeteuil/build-lambda-layer-python _build_layer
4242
# Update submodule
4343
git submodule update --init --recursive --remote
4444
```

0 commit comments

Comments
 (0)