Skip to content

Commit 5b374e9

Browse files
committed
documentation update
1 parent c3b6570 commit 5b374e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Perl Executing Browser
22
----------------------------------------------------------------------------------------
33

4-
Perl Executing Browser (PEB) is a C++ [Qt 5] (https://www.qt.io/) WebKit implementation of a minimalistic HTML framework for local [Perl 5] (https://www.perl.org/) scripts executed without server as desktop data-driven applications. Perl 5 scripts can be fed directly from HTML forms using GET and POST methods or using AJAX requests. HTML interface for interaction with the built-in Perl debugger is also available.
4+
Perl Executing Browser (PEB) is a C++ [Qt 5] (https://www.qt.io/) WebKit implementation of an HTML GUI for local [Perl 5] (https://www.perl.org/) scripts executed without server as desktop data-driven applications. Perl 5 scripts can be fed directly from HTML forms using GET and POST methods or using AJAX requests. HTML interface for interaction with the built-in Perl debugger is also available.
55

66
Inspired by [NW.js] (http://nwjs.io/) and [Electron] (http://electron.atom.io/), PEB is another reuse of web technologies for the development of desktop applications with Perl doing the heavy lifting.
77

@@ -353,8 +353,8 @@ JavaScript-based settings are created to facilitate the development of fully tra
353353

354354
## Target Audience
355355

356-
* Perl enthusiasts creating custom data-driven desktop applications
357-
* Perl developers willing to use the built-in Perl debugger in graphical mode
356+
* Perl 5 enthusiasts and developers creating custom data-driven desktop applications
357+
* Perl 5 enthusiasts and developers willing to use the built-in Perl debugger in graphical mode
358358

359359
## History
360360

resources/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<iframe src="main.html" name="iframe_a"></iframe>
8585

8686
<footer>
87-
Perl Executing Browser is a minimalistic HTML framework for Perl 5 desktop applications
87+
Perl Executing Browser is an HTML GUI for Perl 5 desktop applications
8888
</footer>
8989

9090
</body>

0 commit comments

Comments
 (0)