Commit 91ed5782 91ed57825f002d64c971d7f27f70877b0d92c50b by Vincent Peybernes

Fix README

1 parent 95de9a84
Pipeline #50 for 91ed5782 passed in 30 seconds
## [unreleased]
* Fix Angular export on Electron app
* Fix README
## [0.1.0] - 2016-12-10
* Fix browser import
......
......@@ -12,7 +12,7 @@ of each candidates.
The algorithm consist to search for each place a majority of votes for a candidate at this
placement or a greater placement.
You can refer to [this explain from boogiebythebay.org][1] for all the details.
You can refer to [this explain from boogiebythebay.org][1] for all details.
## Get RelativePlacementJS
```shell
......@@ -25,7 +25,7 @@ var RelativePlacement = require('relative-placement-js');
With browser:
```html
<script src="{BASE_PATH}/node_modules/relative-placement-js/dist/relative-placement.js"></script>
<script src="{BASE_PATH}/node_modules/relative-placement-js/dist/relative-placement-es2015.js"></script>
<!-- Or the original ES6 sources -->
<script src="{BASE_PATH}/node_modules/relative-placement-js/lib/relative-placement.js"></script>
```
......