Skip to content

Commit e050aa3

Browse files
authored
Fixed typo in model generator readme
In model generator program.cs: ```cs const string defaultConfigFilename = "modelgenerator_config.json"; ``` -# with an `l`
1 parent 539d50f commit e050aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NetCoreForce.ModelGenerator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ However, if you choose to save the config file, be careful with it as it does co
6868
### Example config file
6969
```json
7070
{
71-
"comment": "Example config file - Make a copy of this file named modegenerator_config.json with your login info",
71+
"comment": "Example config file - Make a copy of this file named modelgenerator_config.json with your login info",
7272
"AuthInfo": {
7373
"clientId": "your_client_id",
7474
"clientSecret": "your_client_secret",

0 commit comments

Comments
 (0)