From 44bb4fa9ae2e141061a217be6dc54621ceb86dbd Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 25 May 2016 09:10:43 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c105a34..9e67d13 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ myGitRepo.host // "github.com" myGitRepo.user // "someorg" myGitRepo.repo // "somerepo" myGitRepo.accessToken // accessToken if specified with https -myGitRepo.sshUrl // ssh URL (computed also from https) -myGitRepo.httpsUrl // https URL (computed also from ssh) +myGitRepo.sshUrl // "git@github.com:someorg/somerepo.git" (computed also from https) +myGitRepo.httpsUrl // "https://github.com/someorg/somerepo.git" (computed also from ssh) // smartstring.Domain class let myDomain = new smartstring.Domain("https://sub.main.tld"); diff --git a/package.json b/package.json index 9a8c2e1..302f1ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smartstring", "version": "2.0.3", - "description": "bundles a bunch of (regex) matching and altering methods.", + "description": "handle strings in smart ways. TypeScript ready.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {