Skip to content

Commit bbabec1

Browse files
authored
Add screenshot to README.md
1 parent d2eac91 commit bbabec1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
`inline-vbs` is a crate that allows you to embed VBScript, JScript and many other languages inside Rust code files. It uses
44
the [Active Scripting](https://docs.microsoft.com/en-us/archive/msdn-magazine/2000/december/active-scripting-apis-add-powerful-custom-debugging-to-your-script-hosting-app) COM APIs to dynamically parse and execute (optionally, evaluate) code.
55

6+
![image](https://user-images.githubusercontent.com/4533568/212424549-7440814e-64b4-4deb-853f-b28531904670.png)
7+
8+
69
## Basic usage
710
```rust
811
use inline_vbs::*;
@@ -54,4 +57,4 @@ This project is licensed under either of
5457
https://www.apache.org/licenses/LICENSE-2.0)
5558
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
5659
https://opensource.org/licenses/MIT)
57-
at your option.
60+
at your option.

0 commit comments

Comments
 (0)