Skip to content

Commit

Permalink
Fix a typo in the web library guide (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie authored Jan 13, 2025
1 parent 285f90d commit 1932d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/web-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ to ensure maximum compatibility across frontend frameworks.
You can import the components just like other things you’re used to in JavaScript.

```javascript
import { FerrostarMap, BrowserLocationProvider } from "@stadiamaps/ferrostar-components";
import { FerrostarMap, BrowserLocationProvider } from "@stadiamaps/ferrostar-webcomponents";
```

## Configure the `<ferrostar-map>` component
Expand Down Expand Up @@ -196,4 +196,4 @@ or try the [hosted demo](https://stadiamaps.github.io/ferrostar/web-demo)

This covers the basic “batteries included” configuration and pre-built UI.
But there’s a lot of room for customization!
Skip on over to the customization chapters that interest you.
Skip on over to the customization chapters that interest you.

0 comments on commit 1932d03

Please sign in to comment.