Skip to content

Commit 57eafa8

Browse files
Update README.md
1 parent 6c3ca32 commit 57eafa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
* Example Usage:
1111

1212
```csharp
13-
// This example is in cshtml
13+
// This example is in cshtml.
1414
@(AssemblyInfo.Date.ToString("yyyy-MM-dd HH-mm"))
1515
```
1616

1717
* RepositoryPaths: Provides consistent environment-independent normalized pathing within a repository.
1818
* Example Usage:
1919

2020
```csharp
21+
// In this case, the GetDefaultRepoRoot() method can be used to get the root of a repository.
2122
string fullPathToTheFile = Path.Combine(RepositoryPaths.GetDefaultRepoRoot(), "TheFile.txt");
2223
```
2324

0 commit comments

Comments
 (0)