Skip to content

Commit 3af1c51

Browse files
authored
Update README.md
1 parent e3679d2 commit 3af1c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ From project root directory, run the following commands:
2828
```bash
2929
export LOADER_LIBRARY_PATH="/usr/local/lib"
3030
export LOADER_SCRIPT_PATH="`pwd`"
31-
embedding-python-example
31+
embedding_python_example
3232
```
3333

3434
## Docker
3535

3636
Building and running with Docker:
3737

3838
```bash
39-
docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding-python-example .
40-
docker run --rm -it metacall/embedding-python-example
39+
docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding_python_example .
40+
docker run --rm -it metacall/embedding_python_example
4141
```

0 commit comments

Comments
 (0)