Skip to content

Commit

Permalink
Minor markdown adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogromca-SCP committed Oct 17, 2024
1 parent 42d6587 commit b169639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen.
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context and attachments about the feature request here.
Add any other context or attachments about the feature request here.
4 changes: 2 additions & 2 deletions SLCommandScript.Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public class MyCustomScriptLoader : SLCommandScript.Core.IScriptsLoader
```
### Adding custom iterable objects
```csharp
SLCommandScript.Core.Iterables.IIterable MyCustomIterablesProvider()
SLCommandScript.Core.Iterables.IIterable MyCustomIterableProvider()
{
// Execute your logic here
}

SLCommandScript.Core.Iterables.IterablesUtils.Providers["MyIterablesName"] = MyCustomIterablesProvider;
SLCommandScript.Core.Iterables.IterablesUtils.Providers["MyIterableName"] = MyCustomIterableProvider;
```

0 comments on commit b169639

Please sign in to comment.