Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 30, 2018
1 parent b73fdef commit 6d83560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions src/views/HowTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
This will create a <code class="hljs">package.json</code> file for your new module. If you already have one, proceed with the next step.
</p>
<h2>Configure artifactory as an npm registry for your company</h2>
<h3>Alternative 1) Globally</h3>
<h3>Alternative 1) Globally (for the current os user)</h3>
<CodeBlock :code="`npm set ${data.companyScope ? `@${data.companyScope}:` : ''}registry ${data.artifactoryUrl}`" language="bash"></CodeBlock>
<v-subheader>More info:</v-subheader>
<v-list :class="`link-list`">
Expand All @@ -38,7 +38,7 @@
</v-list>
<h2>Login to Artifactory</h2>
<CodeBlock :code="`npm login --registry=${data.artifactoryUrl}`" language="bash"></CodeBlock>
<p>You'll get prompted to enter your username and password of your inhouse <a :href="data.artifactoryUrl" target="_blank">artifactory instance</a>.</p>
<p>You'll get prompted to enter your username and password of your in-house <a :href="data.artifactoryUrl" target="_blank">artifactory instance</a>.</p>
<v-subheader>More info:</v-subheader>
<v-list :class="`link-list`">
<v-list-tile><ExternalLink href="https://docs.npmjs.com/cli/adduser"></ExternalLink></v-list-tile>
Expand Down

0 comments on commit 6d83560

Please sign in to comment.