diff --git a/README.md b/README.md index 218bb6f..15bd49c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,17 @@ const NeuralNetwork = require('neural-network-node') ### Browser -Coming soon... +Browser support is finally here! + +To get started, create a script such as that follows in order to import the module from static hosting: + +``` + +``` + +Once you're done with this, you can access the imported classes at any time in any of the script files. HOWEVER, you have to make sure to import the correct class. Ex: import {Standard}. If you're using DFF, then change this to import {DFF}. # Quick Start Standard