Skip to content

Commit 063cac6

Browse files
author
Chris White
committed
Updated README [minor]
1 parent 9e2ebf0 commit 063cac6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

L1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ XML::Axk::Core::L1 - awk-like XML processor, language 1
44

55
# EXAMPLE
66

7-
L1
7+
#!axk -L1
88
on { xpath(q<//item>) } run {say "$NOW: " . $E->getTagName}, CIAO
99
# "CIAO" can also be "HI" or "BYE" (default BYE).
1010
# "leaving" is a synonym for "on" with no HI/BYE/CIAO.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After installation, run `axk`. Options are similar to `awk`. Input scripts
1515
are Perl 5.18 with functions to, e.g., run on any node matching a given XPath.
1616
See [L1.md](L1.md) for more details. For example, the script
1717

18-
L1
18+
-L1
1919
on { xpath(q<//item>) } run { say "$NOW: " . $E->getTagName };
2020

2121
or the equivalent command line
@@ -32,7 +32,7 @@ After installing, you can find documentation for this module with the
3232
perldoc command:
3333

3434
- `perldoc XML::Axk::App` for command-line usage instructions
35-
- `perldoc XML::Axk::L1` for the language reference
35+
- `perldoc XML::Axk::L::L1` or [L1.md](L1.md) for the language reference
3636

3737
## LICENSE AND COPYRIGHT
3838

0 commit comments

Comments
 (0)