Skip to content

Commit 04cfa43

Browse files
authored
fix readme (#66)
1 parent 451220d commit 04cfa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export class Repos extends Asset {
291291
'createRepository',
292292
{
293293
description:
294-
'Create a new repository in the given namespace. You MUST ask the user for the repository name and if the repository has to be public or private. Can optionally pass a description.\nIMPORTANT: Before calling this tool, you must ensure you have:\n - The repository name (name).',
294+
'Create a new repository in the given namespace. You MUST ask the user for the repository name and if the repository has to be public or private. Can optionally pass a description.\nIMPORTANT: Before calling this tool, you must ensure you have:\n The repository name (name).',
295295
inputSchema: CreateRepositoryRequest.shape,
296296
outputSchema: Repository.shape,
297297
annotations: {

0 commit comments

Comments
 (0)