Skip to content

Commit

Permalink
language + linting
Browse files Browse the repository at this point in the history
  • Loading branch information
acrork committed Dec 2, 2019
1 parent 1c86a43 commit 868f38c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
Expand All @@ -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

Expand Down

0 comments on commit 868f38c

Please sign in to comment.