Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected header - "### Extend program to assing a license to a user" to ### Extend program to assigning a license to a user"
  • Loading branch information
TekExpo authored Feb 5, 2022
1 parent b68d2a3 commit 7d0e854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion day17-assign-license/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ In this step you will create a LicenseHelper class that encapsulates the logic f

This class contains the code to get a user, get a license, and assign the license to user.

### Extend program to assing a license to a user
### Extend program to assigning a license to a user

1. Inside the `Program` class add a new method `AddLicenseToUser` with the following definition. This method adds an Office 365 license to a user using the LicenseHelper class.

Expand Down

0 comments on commit 7d0e854

Please sign in to comment.