diff --git a/README.md b/README.md index 31c5344..ce79023 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,9 @@ Migrate Long Running JS onto a Web Worker ### [Relevant solution from Browser Rendering Optimization](https://www.udacity.com/course/viewer#!/c-ud860/l-4138168623/e-4184098558/m-4146278980) -Working on the quiz? Start by examining index.html and the JavaScript files linked inside it. \ No newline at end of file +Working on the quiz? Start by examining index.html and the JavaScript files linked inside it. + +#### Run the solutions locally +For security reasons, Chrome doesn't let you load web workers when running scripts from a local file. + +To run the solutions on your machine, start the project in a lightweight server such as `http-server` available on `npm`