summaryrefslogtreecommitdiff
path: root/packages/pogen
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-18 14:16:34 +0100
committerFlorian Dold <florian@dold.me>2021-03-18 14:16:34 +0100
commit35bbe6af2db1bd69ae661610fa234541c1d2d570 (patch)
tree0ec4f7dee7263e4dfd78d06e0c37dd71fcdd95b8 /packages/pogen
parent43fabc0d1de4b3efe27233479bb4ed08429c4517 (diff)
downloadwallet-core-35bbe6af2db1bd69ae661610fa234541c1d2d570.tar.gz
wallet-core-35bbe6af2db1bd69ae661610fa234541c1d2d570.tar.bz2
wallet-core-35bbe6af2db1bd69ae661610fa234541c1d2d570.zip
clarify
Diffstat (limited to 'packages/pogen')
-rw-r--r--packages/pogen/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/pogen/README.md b/packages/pogen/README.md
index af1bab73f..0f425ddf6 100644
--- a/packages/pogen/README.md
+++ b/packages/pogen/README.md
@@ -7,10 +7,12 @@ The ``pogen`` tool extracts internationalizable strings from TypeScript programs
The ``pogen`` tool must be called from the root of an NPM package.
-The input files are determined from the ``tsconfig.json`` file. All input files inside the package that
-the compiler would use are automatically processed.
+The input files are determined from the ``tsconfig.json`` file at the root of
+the package. All input files inside the package that the compiler would use
+are automatically processed.
-Inside ``package.json``, the following configuration options are supported:
+Further configuration options are specified in the package's ``package.json`` file.
+The following configuration options are supported:
```
{