diff --git a/README.md b/README.md index c4e1f81..116e18d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It's free and open source. :) ![Get details about the responsible people of the package.](art/screenshot-crafter.png) -![An overview table over all sccripts in the package.json](art/screenshot-scripts.png) +![An overview table over all scripts in the package.json](art/screenshot-scripts.png) ![Inspect files that are contained in the package and view or download it's code](art/screenshot-files.png) @@ -56,7 +56,7 @@ npmfrog logs At the first start up, npmFrog will create a configuration file in your home directory under `~/.npmfrog/config.json`. Please fill this file with your artifactory properties. -If you want to add addtional text in the `/howto` section, you can create a `howto.md` file in the `~/.npmfrog` directory with some additinal markdown content. +If you want to add additional text in the `/howto` section, you can create a `howto.md` file in the `~/.npmfrog` directory with some additional [markdown](https://www.markdownguide.org/) content. ![Screenshot of additional howto.md in ~/.npmfrog/](art/Screenshot-howto.png) diff --git a/src/views/HowTo.vue b/src/views/HowTo.vue index 731683f..868935e 100644 --- a/src/views/HowTo.vue +++ b/src/views/HowTo.vue @@ -17,7 +17,7 @@ This will create a package.json file for your new module. If you already have one, proceed with the next step.

Configure artifactory as an npm registry for your company

-

Alternative 1) Globally

+

Alternative 1) Globally (for the current os user)

More info: @@ -38,7 +38,7 @@

Login to Artifactory

-

You'll get prompted to enter your username and password of your inhouse artifactory instance.

+

You'll get prompted to enter your username and password of your in-house artifactory instance.

More info: