diff --git a/README.md b/README.md index b47559f..8e6bc45 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Files defined in the .gltf file __must__ be relative to the .gltf file. This loader still does not work with the public path. We dont have a idea how to solve that. +### Install +```js +npm install gltf-webpack-loader -S +yarn add gltf-webpack-loader +``` + ### Usage #### Webpack @@ -62,4 +68,4 @@ loader.load(gltfPath, gltf => { console.error( 'An error happened', error ); }, ); -``` \ No newline at end of file +```