Skip to content

Commit bdb2056

Browse files
committed
Update README file
#2
1 parent 40b44f0 commit bdb2056

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,15 @@ dotnet new -i FlowSynx.PluginTemplate::1.1.0
6767
When you create a project, the following structure is generated:
6868

6969
```
70-
MyAwesomeLibrary/
70+
MyPlugin/
7171
72-
├── Models
73-
├──── InputParameter.cs
74-
├──── MathPluginSpecifications.cs
72+
├── Models/
73+
│ ├── InputParameter.cs
74+
│ └── MathPluginSpecifications.cs
7575
├── flowsynx.png
7676
├── MathPlugin.cs
77-
── README.md
77+
── README.md
7878
```
79-
8079
---
8180

8281
## ❓ Need Help?
@@ -95,5 +94,5 @@ dotnet new -i FlowSynx.PluginTemplate
9594

9695
---
9796

98-
## ✍️ Author
97+
## Copyright
9998
© FlowSynx. All rights reserved.

0 commit comments

Comments
 (0)