remove asterisks from examples (#2749)

This commit is contained in:
chris48s
2019-01-13 12:17:39 +00:00
committed by GitHub
parent 65f075ba31
commit 796d066930
6 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class GithubPackageJsonVersion extends ConditionalGithubAuthService {
},
{
title: 'GitHub package.json version (branch)',
pattern: ':user/:repo/:branch*',
pattern: ':user/:repo/:branch',
namedParams: {
user: 'IcedFrisby',
repo: 'IcedFrisby',
@@ -203,7 +203,7 @@ class DynamicGithubPackageJson extends ConditionalGithubAuthService {
},
{
title: 'GitHub package.json dynamic',
pattern: ':key/:user/:repo/:branch*',
pattern: ':key/:user/:repo/:branch',
namedParams: {
key: 'keywords',
user: 'developit',