Skip to content

Commit df5cb23

Browse files
authored
Update README.md
1 parent 6eedd18 commit df5cb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function runDescription() {
8181
console.log(`Markdown descriptions saved to ${markdownOptions.output}`);
8282

8383
// Scenario 3: Generate descriptions for a remote GitHub repository
84-
const remoteRepoPath = 'https://github.com/ioncakephper/repo-description.git';
84+
const remoteRepoPath = 'https://github.com/ioncakephper/repo-description';
8585
const remoteOptions = {
8686
cloneDir: './cloned_repos', // Directory to clone the remote repo into
8787
format: 'json',
@@ -108,7 +108,7 @@ Use the `repo-describer` command directly in your terminal:
108108
repo-describer . -o descriptions.json -f json
109109

110110
# Generate Markdown descriptions for a remote GitHub repository, clone it to a specific directory, and include a summary and table format
111-
repo-describer https://github.com/ioncakephper/repo-description.git -c ./cloned_repos -o repo-descriptions.md -f markdown --summary --table
111+
repo-describer https://github.com/ioncakephper/repo-description -c ./cloned_repos -o repo-descriptions.md -f markdown --summary --table
112112

113113
# Generate descriptions for the current repository, ignoring specific patterns, and update a markdown-magic config file
114114
repo-describer . -i "dist" "build" --update-config ./md.config.js --transform-name myDescriptions

0 commit comments

Comments
 (0)