From 08b0276b6966b4cf8975af253c6efcbba98a0e49 Mon Sep 17 00:00:00 2001 From: Ercan Ucan Date: Thu, 19 Jul 2018 16:59:23 +0200 Subject: [PATCH] docs(readme): minor typo and grammatical fixes to readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7b5ccd..ea99b69 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ as authentication provider for the private npm registry [![build](https://travis-ci.org/bufferoverflow/verdaccio-gitlab.svg?branch=master)](https://travis-ci.org/bufferoverflow/verdaccio-gitlab) [![dependencies](https://david-dm.org/bufferoverflow/verdaccio-gitlab/status.svg)](https://david-dm.org/bufferoverflow/verdaccio-gitlab) -The main goal and difference to other sinopia/verdaccio plugins is: +The main goal and the difference from other sinopia/verdaccio plugins are +the following: - no admin token required - user authenticates with Personal Access Token @@ -70,7 +71,7 @@ logs: - {type: stdout, format: pretty, level: debug} ``` -Restart Verdaccio and authenticate into in with your credentials +Restart Verdaccio and authenticate into it with your credentials - Username: GitLab username - Password: [Personal Access Token](https://gitlab.com/profile/personal_access_tokens) @@ -87,9 +88,9 @@ and publish packages: npm publish --registry http://localhost:4873 ``` -> **NOTE**: In order to publish packages, you need to create or be part (as owner) of -a GitLab group which has the same name as your package name. You also need a fresh -login, so that Verdaccio recognizes your owned groups. +> **NOTE**: In order to publish packages, you need to create or be part of +a GitLab group (as owner) which has the same name as your package name. You +also need a fresh login, so that Verdaccio recognizes your owned groups. ## Authentication Cache