Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 14, 2024
1 parent 66ba963 commit 3ccc9c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ The user must install and have an account with `fez` to use this module.
DESCRIPTION
===========

Note this is API 2 and its approach has changed significantly since the author has had much more experience using **App::Mi6**. For example, accidentally using `mi6 test` in a non-mi6 module's base directory will corrupt an existing README.md file!
Note this module has changed significantly since the author has had much more experience using **App::Mi6**. For example, accidentally using `mi6 test` in a non-mi6 module's base directory will corrupt an existing README.md file!

**CAUTION**: Before using this tool on a real module repository, the user should ensure all contents have been comitted with Git to enable recovery from any unwanted changes.

this module installs a Raku executable named `mi6-helper` which is designed for the following modes of operation:
This module installs a Raku executable named `mi6-helper` which is designed for the following modes of operation:

lint
----

Checks the contents of the "resources" list in the 'META6.json' and the distibution's './resources' directory agree. Modifies them as necessary, displays the proposed changes, and prompts the user for permission to make the changes.
Checks the contents of the "resources" list in the 'META6.json' file and the distibution's './resources' directory agree. Modifies them as necessary, displays the proposed changes, and prompts the user for permission to make the changes.

new
---
Expand All @@ -64,7 +64,7 @@ new
Modified files for mode **new**
-------------------------------

See [NewMode](NewMode)|./NewMode.md> for details of each changed line.
See [NewMode](NewMode)|NewMode.md> for details of each changed line.

### Files with replaced, modified, or added lines:

Expand Down
14 changes: 7 additions & 7 deletions docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The user must install and have an account with C<fez> to use this module.

=head1 DESCRIPTION

Note this is API 2 and its approach has changed significantly since
Note this module has changed significantly since
the author has had much more experience using B<App::Mi6>. For
example, accidentally using C<mi6 test> in a non-mi6 module's base
directory will corrupt an existing README.md file!
Expand All @@ -39,15 +39,15 @@ B<CAUTION>: Before using this tool on a real module repository, the
user should ensure all contents have been comitted with Git to enable
recovery from any unwanted changes.

this module installs a Raku executable named C<mi6-helper> which is
This module installs a Raku executable named C<mi6-helper> which is
designed for the following modes of operation:

=head2 lint

Checks the contents of the "resources" list in the 'META6.json' and the
distibution's './resources' directory agree. Modifies them as necessary,
displays the proposed changes,
and prompts the user for permission to make the changes.
Checks the contents of the "resources" list in the 'META6.json' file
and the distibution's './resources' directory agree. Modifies them as
necessary, displays the proposed changes, and prompts the user for
permission to make the changes.

=head2 new

Expand Down Expand Up @@ -77,7 +77,7 @@ name <dev> to hold such things).

=head2 Modified files for mode B<new>

See L<NewMode>|./NewMode.md> for details of each changed line.
See L<NewMode>|NewMode.md> for details of each changed line.

=head3 Files with replaced, modified, or added lines:

Expand Down

0 comments on commit 3ccc9c0

Please sign in to comment.