diff --git a/docs/get-started/get-started.md b/docs/get-started/get-started.md
index aa486e9c..5bba0faf 100644
--- a/docs/get-started/get-started.md
+++ b/docs/get-started/get-started.md
@@ -45,9 +45,11 @@ The current mapbox-gl release requires its stylesheet be included at all times.
You may add the stylesheet to the head of your page:
```html
-
+
```
+Find out your mapbox version by running yarn list mapbox-gl or npm ls mapbox-gl.
+
Or embed it in your app by using - [browserify-css](https://www.npmjs.com/package/browserify-css)
with Browserify or - [css-loader](https://webpack.github.io/docs/stylesheets.html) with Webpack:
```js