diff --git a/README.md b/README.md index 09f5cd0c..e175a1c3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See: [Sidebar demo](https://github.com/acrolinx/sidebar-demo-cpp/blob/master/REA 1. Provides lookup functionality. 2. **Start page**: Provides interactive way to sign in to Acrolinx with built-in error handling. 3. Provides logging using [plog v1.1.4](https://github.com/SergiusTheBest/plog). -4. **Acrolinx Storage**: Applications using the IE web browser control may be denied to access LocalStorage. +4. **Acrolinx Storage**: Applications using the Internet Explorer web browser control may be denied to access LocalStorage. The SDK uses its own storage mechanism using the Windows registry. + **Registry path**: `HKCU\Software\Acrolinx\Plugins\Storage\AcrolinxStorage\[KEY]` + **Fallback path**: `HKLM\Software\Acrolinx\Plugins\Storage\AcrolinxStorage\[KEY]` @@ -57,7 +57,8 @@ See: [Sidebar demo](https://github.com/acrolinx/sidebar-demo-cpp/blob/master/REA and Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. You can get the source [here](https://github.com/Tencent/rapidjson). * Plog v1.1.4 for logging utility. Plog is licensed under the [MPL-2.0 License](https://github.com/SergiusTheBest/plog/blob/master/LICENSE) and Copyright (c) 2016 Sergey Podobry (sergey.podobry@gmail.com). You can get the source [here]( https://github.com/SergiusTheBest/plog). -* WiX Toolset v3.10.4 for simple installer. Wix Toolset is licensed under the [MS-RL](https://wixtoolset.org/about/license/). The WiX Toolset website is at [wixtoolset.org](https://wixtoolset.org/). +* WiX Toolset v3.10.4 for simple installer. Wix Toolset is licensed under the [MS-RL](https://wixtoolset.org/about/license/). + The WiX Toolset website is at [wixtoolset.org](https://wixtoolset.org/). ## License