Skip to content

Commit

Permalink
Merge pull request #96 from 1bberto/patch-1
Browse files Browse the repository at this point in the history
Update Docs
  • Loading branch information
erwin-faceit authored Oct 3, 2024
2 parents 8bbf8ee + d6cbb68 commit 5038a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Now you can add a tag:
```c#
public void TaskMethod(PerformContext context)
{
context.AddTag("Hello, world!");
context.AddTags("Hello, world!");
}
```

Expand Down Expand Up @@ -159,4 +159,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit 5038a69

Please sign in to comment.