Skip to content

Commit db9386f

Browse files
authored
Update plugin paths in README.md (#1053)
1 parent 6574e9d commit db9386f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/r3f/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Basic set up for Google Photorealistic tiles, Globe controls, and an overlay for
3434

3535
```jsx
3636
import { TilesRenderer, TilesPlugin, GlobeControls, TilesAttributionOverlay } from '3d-tiles-renderer/r3f';
37-
import { DebugTilesPlugin, GoogleCloudAuthPlugin } from '3d-tiles-renderer';
37+
import { DebugTilesPlugin, GoogleCloudAuthPlugin } from '3d-tiles-renderer/plugins';
3838

3939
export default function App() {
4040
return (
@@ -56,7 +56,7 @@ Simplified wrappers for using the TilesRenderer with Cesium Ion and Google Cloud
5656

5757
```jsx
5858
import { TilesRenderer, TilesPlugin } from '3d-tiles-renderer/r3f';
59-
import { CesiumIonAuthPlugin, GoogleCloudAuthPlugin } from '3d-tiles-renderer';
59+
import { CesiumIonAuthPlugin, GoogleCloudAuthPlugin } from '3d-tiles-renderer/plugins';
6060

6161
function GoogleTilesRenderer( { children, apiToken, ...rest } ) {
6262
return (

0 commit comments

Comments
 (0)