Skip to content

Commit 6514542

Browse files
committed
Update readme
1 parent b77729c commit 6514542

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# URLSchemeSample
22
Sample of URL Scheme for Xamarin.Mac and WPF
33

4-
### todo
5-
- implements URL Scheme for Xamarin.Mac <b>*** done ***</b>
4+
### how to use
5+
- implements URL Scheme for Xamarin.Mac
66

77
Run Xamarin.Mac Application and this command from console
88
```
99
open sample-app://Hello
1010
```
1111
12-
- implements URL Scheme for WPF <b>*** done ***</b>
12+
- implements URL Scheme for WPF
1313
1414
Run WPF Application <b>as administrator</b> and this command from command prompt
1515
```
1616
start sample-app://Hello1 Hello2 Hello3
1717
```
1818
19+
### todo
20+
1921
- shares with .Net Standard library

0 commit comments

Comments
 (0)