Skip to content

Commit

Permalink
- Add main branch build status shield to readme. (#42)
Browse files Browse the repository at this point in the history
- Minor clarification in readme of what is used in Wrapperlist config file.
  • Loading branch information
CodingFlow authored Nov 2, 2023
1 parent 3638937 commit d7331da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Decorator Generator

[![Nuget](https://img.shields.io/nuget/v/DecoratorGenerator)](https://www.nuget.org/packages/DecoratorGenerator)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/decorator-generator/pull-request.yml)
[![Nuget](https://img.shields.io/nuget/dt/DecoratorGenerator)](https://www.nuget.org/packages/DecoratorGenerator)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)

Expand Down Expand Up @@ -91,7 +92,8 @@ using Amazon.DynamoDBv2.DataModel;

public struct WrapperList
{
IDynamoDBContext dynamoDBContext; // name the field whatever you want, it isn't used.
// name the field whatever you want, the name isn't used, only the type is used.
IDynamoDBContext dynamoDBContext;
}
```

Expand Down

0 comments on commit d7331da

Please sign in to comment.