We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b44f0 commit bdb2056Copy full SHA for bdb2056
1 file changed
README.md
@@ -67,16 +67,15 @@ dotnet new -i FlowSynx.PluginTemplate::1.1.0
67
When you create a project, the following structure is generated:
68
69
```
70
-MyAwesomeLibrary/
+MyPlugin/
71
│
72
-├── Models
73
-├──── InputParameter.cs
74
-├──── MathPluginSpecifications.cs
+├── Models/
+│ ├── InputParameter.cs
+│ └── MathPluginSpecifications.cs
75
├── flowsynx.png
76
├── MathPlugin.cs
77
-├── README.md
+└── README.md
78
79
-
80
---
81
82
## ❓ Need Help?
@@ -95,5 +94,5 @@ dotnet new -i FlowSynx.PluginTemplate
95
94
96
97
98
-## ✍️ Author
+## Copyright
99
© FlowSynx. All rights reserved.
0 commit comments