update README

This commit is contained in:
Philipp Kunz 2016-05-25 09:10:43 +02:00
parent 93d5fc3070
commit 44bb4fa9ae
2 changed files with 3 additions and 3 deletions

View File

@ -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");

View File

@ -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": {