Found two issues on '[the fula client library](https://docs.fx.land/getting-started/fula-client)' page. 1. Getting a timeout error when trying to do following from webpack - ``` import {createClient} from '@functionland/fula' const fulaClient = await createClient(); ``` 2. Looks like js cdn is not loading (giving a 404) - ``` <script src="https://cdn.jsdelivr.net/npm/@functionland/fula/dist/index.js"></script> ``` To fix: - [ ] include proper CDNs - [ ] include instructions on how to access `createClient` when pulling from CDN - [ ] fix [issue including fula-client](https://github.com/functionland/fula/issues/147) - [ ] add links to [fula client library page](https://docs.fx.land/getting-started/fula-client) from [using samples](https://docs.fx.land/getting-started/using-samples) back in
Found two issues on 'the fula client library' page.
To fix:
createClientwhen pulling from CDN