Skip to content

Commit

Permalink
chore(readme): fixes bad link in the README.md (visgl#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshuchittora authored and Pessimistress committed Jul 11, 2019
1 parent b579f8f commit 945e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const deck = new Deck({
});
```

Minimum setups of end-to-end deck.gl usage is also showcased in the [hello-world examples](./examples/get-started), using both [webpack2](./examples/get-started/react-webpack-2) and [browserify](./examples/get-started/react-browserify), so you can choose which bundler you prefer or are more familiar with.
Minimum setups of end-to-end deck.gl usage is also showcased in the [hello-world examples](./examples/get-started), using both [webpack](https://webpack.js.org/) and [browserify](http://browserify.org/), so you can choose which bundler you prefer or are more familiar with.

To learn how to use deck.gl through the many examples that come with the deck.gl repo, please clone the latest **release** branch:

Expand Down

0 comments on commit 945e2c8

Please sign in to comment.