Skip to content

Commit 0afdfeb

Browse files
committed
documentation update
1 parent 197b66c commit 0afdfeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ Inspired by [NW.js](http://nwjs.io/) and [Electron](http://electron.atom.io/), P
9494
* Qt 5.1 - 5.5 (including ``QtWebKit`` libraries and headers)
9595
``QtWebKit`` is deprecated and replaced by the Blink-based ``QtWebEngine`` in all later versions of Qt.
9696

97-
The local pseudodomain is implement using the ``QNetworkAccessManager`` class, which is incompatible with ``QtWebEngine``.
97+
The local pseudodomain of PEB is implemented using the ``QNetworkAccessManager`` class,
98+
which is incompatible with ``QtWebEngine``.
9899

99-
If you want to render the HTML user interface of your Perl desktop application using the Blink web engine, you may use [Electron](http://electron.atom.io/) or [NW.js](http://nwjs.io/) combined with [camel-harness](https://github.com/ddmitov/camel-harness).
100+
If you want to use the Blink web engine for your Perl desktop application,
101+
you may use [Electron](http://electron.atom.io/) or [NW.js](http://nwjs.io/) combined with the [camel-harness npm package](https://github.com/ddmitov/camel-harness).
100102

101103
Compiled and tested successfully using:
102104
* [Qt Creator 2.8.1 and Qt 5.1.1](http://download.qt.io/archive/qt/5.1/5.1.1/) on 32-bit Debian Linux,

0 commit comments

Comments
 (0)