diff --git a/README.md b/README.md
index 6835908..47ac2f8 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ This project is under heavy development, and the APIs are not stable yet.
- [Supported OSs](#supported-oss)
- [Setting Up](#setting-up)
- - [Windows](#windows)
- - [macOS](#macos)
+ - [Windows
](#windows)
+ - [macOS
](#macos)
- [TODOs](#todos)
- [Demo](#demo)
- [Screenshots](#screenshots)
@@ -18,13 +18,13 @@ This project is under heavy development, and the APIs are not stable yet.
## Supported OSs
-- [x] Windows 7+
-- [x] macOS 10.12+
-- [ ] [Linux (WIP)](https://github.com/hlwhl/webview_cef/tree/linux)
+- [x] Windows 7+
+- [x] macOS 10.12+
+- [ ] [Linux (WIP)
](https://github.com/hlwhl/webview_cef/tree/linux)
## Setting Up
-### Windows
+### Windows
Inside your application folder, you need to add two lines in your `windows\runner\main.cpp`.(Because of Chromium multi process architecture.)
@@ -39,7 +39,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
When building the project for the first time, a prebuilt cef bin package (200MB, link in release) will be downloaded automatically, so you may wait for a longer time if you are building the project for the first time.
-### macOS
+### macOS
1. Download prebuilt cef bundles from [arm64](https://github.com/hlwhl/webview_cef/releases/download/prebuilt_cef_bin_mac_arm64/CEFbins-mac103.0.12-arm64.zip) or [intel](https://github.com/hlwhl/webview_cef/releases/download/prebuilt_cef_bin_mac_intel/mac103.0.12-Intel.zip) depends on your target machine arch.
@@ -78,7 +78,7 @@ This demo is a simple webview app that can be used to test the `webview_cef` plu
### Screenshots
-| Windows | macOS |
+| Windows
| macOS
|
| --- | --- |
|
|
|
|
|
|