Update README.md
The example snippet in the README shows the @geoarrow/geoarrow-js/worker entrypoint but the rollup and src/index.ts config show a worker named import instead. This updates the README to reflect that difference.
@kylebarron This PR fixes the imports of the README example, but it looks like the README example still has other issues, see: https://github.com/geoarrow/geoarrow-js/issues/25
I'm not really sure which is the better import; JS bundling confuses me.
As for the example, as a quick fix to have a working example, we can switch to
const originalData = arrow.makeVector(new Int32Array([1, 2, 3])).data[0];
Haven't had a chance to take another look so will close for now. Thanks for taking a look!