From 6f00e753dd8f54596b07809a4712865c7bc00d39 Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 10 Jun 2024 22:21:40 +0200 Subject: [PATCH] Fix readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16fd2d1..45ebdac 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ Complete online documentation is available [here][ONLINE_DOC] You can find some examples of code in the [samples directory][SAMPLE_DIR] or [online][ONLINE_SAMPLE]. PythonForWindows is principally known for: - - its ALPC-RPC Client (see [samples](https://hakril.github.io/PythonForWindows/build/html/sample.html#windows-rpc)) - - its generated [ctypes definitions](https://github.com/hakril/PythonForWindows/tree/master/windows/generated_def). + +- its ALPC-RPC Client (see [samples](https://hakril.github.io/PythonForWindows/build/html/sample.html#windows-rpc)) +- its generated [ctypes definitions](https://github.com/hakril/PythonForWindows/tree/master/windows/generated_def). + If you have any issue, question or suggestion do not hesitate to create an issue or reach me out.