Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf authored Jul 12, 2021
1 parent 863d2ef commit a69ba1c
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 @@ -137,7 +137,7 @@ The tool is crucial for the development of a Power BI widget. It can be installe

npm i -g powerbi-visuals-tools

as a global package. The slightly more challenging part is that you also need to install a localhost certificate to make it work. More info can be found as part of this tutorial.
as a global package. The slightly more challenging part is that you also need to install a localhost certificate to make it work. More info can be found as part of [this tutorial](https://docs.microsoft.com/en-us/power-bi/developer/visuals/environment-setup).
Setting up the certificate is necessary to allow an SSL communication between the localhost serving the custom visual and the online version of Power BI. It's important to emphasize also that
One cannot test and develop a widget with the desktop version.
The certificate is also a necessary requirement to compile the widget to a standalone package, as described below.
Expand Down

0 comments on commit a69ba1c

Please sign in to comment.