Skip to content

Commit 16d9715

Browse files
Merge pull request #57 from microsoft/itsnotaboutthecell-patch-1
Update README.md for import-module path
2 parents 4b8c423 + 6bfa675 commit 16d9715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/MicrosoftFabricMgmt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The MicrosoftFabricMgmt is a collection of PowerShell scripts designed to intera
1414
To install the MicrosoftFabricMgmt, clone the repository and import the module in your PowerShell session:
1515
```sh
1616
git clone https://github.com/microsoft/fabric-toolbox.git
17-
Import-Module ./MicrosoftFabricMgmt/MicrosoftFabricMgmt.psm1
17+
Import-Module ./tools/MicrosoftFabricMgmt/MicrosoftFabricMGMT/MicrosoftFabricMgmt.psm1
1818
```
1919

2020
## Prerequisites
@@ -270,4 +270,4 @@ Set-FabricApiHeaders -TenantId $tenantId -AppId $appId -AppSecret $secureAppSecr
270270
- [Update-FabricWorkspaceRoleAssignment.ps1](./MicrosoftFabricMgmt/docs/Update-FabricWorkspaceRoleAssignment.md)
271271

272272
## License
273-
This project is licensed under the MIT License. See the [LICENSE](/LICENSE) file for details.
273+
This project is licensed under the MIT License. See the [LICENSE](/LICENSE) file for details.

0 commit comments

Comments
 (0)