Skip to content

Commit fa20779

Browse files
authored
Merge pull request #662 from dzcode-io/fix-typo-in-add-your-project-guide
Rename repository field to name in projects.json
2 parents 9fbdee2 + 8e9a9b0 commit fa20779

File tree

1 file changed

+1
-1
lines changed
  • data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io

1 file changed

+1
-1
lines changed

data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To add new project, named for example: "**My Awesome Project**", simply do the f
1515
{
1616
"provider": "github",
1717
"owner": "your-github-username",
18-
"repository": "your-awesome-project"
18+
"name": "your-awesome-project"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)