Skip to content

Commit 7f46779

Browse files
fixes readme
1 parent ed481c3 commit 7f46779

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Do not keep two instances of two different version of LINQPad running (e.g. LINQ
3838
Unfortunately an installer is not available yet, therefore Visual Studio needs to be configured in order to run the extension. This is done only once by the extension itself.
3939
Only for the first time, Visual Studio must be run with Administrator privileges, if not a form will appear asking to restart Visual Studio:
4040
<br><br>
41-
![vsrestartimage]{.classname}
41+
42+
<img src="https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/VsRestart.PNG?raw=true" width="700">
4243

4344
Once Visual Studio is restarted as Administrator, the configuration will complete and the form will never appear again.
4445

@@ -148,14 +149,6 @@ I have used several community open source projects to make this extension. So if
148149
* [ILMerge](https://github.com/Microsoft/ILMerge) is a utility that merges multiple .NET assemblies into a single assembly.
149150

150151
[logo]: https://raw.github.com/codingadventures/LINQBridgeVs/master/Src/VsExtension/LINQBridgeLogo.png "LINQBridge"
151-
[vsrestartimage]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/VsRestart.PNG?raw=true(=250x)
152+
[vsrestartimage]:
152153
[Example]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Example.gif?raw=true
153-
[registry]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Registry.PNG?raw=true
154-
<style type="text/css">
155-
.classname{
156-
width: 500px;
157-
display: block;
158-
margin-left: auto;
159-
margin-right: auto;
160-
}
161-
</style>
154+
[registry]:https://github.com/codingadventures/LINQBridgeVs/blob/master/Docs/Registry.PNG?raw=true

0 commit comments

Comments
 (0)