diff --git a/README.md b/README.md index 68f70e02..55dfaefc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before you can classify data you'll first need to collect it. If you want to col ### Collecting data from other sensors -To collect data from other sensors you'll need to write some code where you instantiate a `DataForwarder` object, write data samples, and finally call `finalize()` which uploads the data to Edge Impulse. [Here's an end-to-end example](https://github.com/edgeimpulse/edge-impulse-linux-cli/blob/master/examples/collect-custom.ts). +To collect data from other sensors you'll need to write some code where you instantiate a `DataForwarder` object, write data samples, and finally call `finalize()` which uploads the data to Edge Impulse. [Here's an end-to-end example](https://github.com/edgeimpulse/edge-impulse-linux-cli/blob/master/examples/js/collect-custom.js). ### CLI Options