diff --git a/README.md b/README.md index be1e709..aa1c4f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ### Example - You can test some live demos of the library running from the project page. - Some of these examples might require API keys for the map services used. - - [Sandbox](https://tentone.github.io/geo-three/examples/index.html) + - [Sandbox](https://tentone.github.io/geo-three/examples/providers.html) - [Globe](https://tentone.github.io/geo-three/examples/transition.html) ### Usage diff --git a/example/2k_earth_daymap.jpg b/examples/2k_earth_daymap.jpg similarity index 100% rename from example/2k_earth_daymap.jpg rename to examples/2k_earth_daymap.jpg diff --git a/example/providers.html b/examples/providers.html similarity index 100% rename from example/providers.html rename to examples/providers.html diff --git a/example/providers.js b/examples/providers.js similarity index 100% rename from example/providers.js rename to examples/providers.js diff --git a/example/transition.html b/examples/transition.html similarity index 100% rename from example/transition.html rename to examples/transition.html diff --git a/example/transition.js b/examples/transition.js similarity index 100% rename from example/transition.js rename to examples/transition.js diff --git a/rollup.example.js b/rollup.example.js index 73b7d57..1fd0cd7 100644 --- a/rollup.example.js +++ b/rollup.example.js @@ -13,7 +13,7 @@ export default [ output: [ { format: 'iife', - file: 'example/transition.js', + file: 'examples/transition.js', indent: '\t' } ] @@ -29,7 +29,7 @@ export default [ output: [ { format: 'iife', - file: 'example/providers.js', + file: 'examples/providers.js', indent: '\t' } ]