Skip to content

Commit 4eba2a7

Browse files
committed
docs: fix emoji
1 parent d87e855 commit 4eba2a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ fn main() {
3131

3232
| Arch | |
3333
| --- | --- |
34-
| x86_64 *(64-bit)* | :white_check_mark: **Yes** |
35-
| x86 *(32-bit)* | :x: No *(on request)*
36-
| AArch64 | :x: No *(on request)*
34+
| x86_64 *(64-bit)* | **Yes** |
35+
| x86 *(32-bit)* | No *(on request)*
36+
| AArch64 | No *(on request)*
3737

3838
*This crate only implements calls to [`ntoskrnl` services][syscall-table-nt], if you require [`win32k` services][syscall-table-win32k] or an additional architecture please [create an issue][create-issue] and let me know!*
3939

0 commit comments

Comments
 (0)