Skip to content

Commit 23f2f8b

Browse files
committed
Update README.md
1 parent 5be7ed7 commit 23f2f8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Here is an example for a C# Console Application:
2020
```cs
2121
using System;
2222
using GlobalHotKeys;
23-
using GlobalHotKeys.Native.Types;
2423

2524
void HotKeyPressed(HotKey hotKey) =>
2625
Console.WriteLine($"HotKey Pressed: Id = {hotKey.Id}, Key = {hotKey.Key}, Modifiers = {hotKey.Modifiers}");
@@ -35,7 +34,7 @@ Console.ReadLine();
3534
```
3635

3736
## Source POI
38-
- F#
37+
- C#
3938
- Examples for
4039
- WinForms
4140
- Wpf

0 commit comments

Comments
 (0)