Skip to content

Commit 6afb2a6

Browse files
author
Ben Greenberg
committed
readme
1 parent abb5fd6 commit 6afb2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Codespace environment already has all the dependencies installed. You can st
6565
node server.js
6666
```
6767

68-
The repository also has a sample set of data in the `./data` directory. You can transform this data by making a POST request to the `/transform` endpoint providing the paths to the data files as an array in the request body.
68+
The repository also has a sample set of data in the `./data` directory. You can transform this data by making a POST request to the `/embed` endpoint providing the paths to the data files as an array in the request body.
6969

7070
```bash
7171
curl -X POST http://localhost:3000/embed -H "Content-Type: application/json" -d '["./data/data1.json", "./data/data2.json"]'

0 commit comments

Comments
 (0)