Skip to content

Commit 98e3701

Browse files
update: updated README.md
1 parent 76095e3 commit 98e3701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ SimpleFileHandler.Append("path/to/file.txt", "Sample text 2");
180180
### ProjectToLocation
181181
- extract a file from the project to a given location
182182
```csharp
183-
SimpleFileHandler.ProjectToLocation(Assembly.GetCallingAssembly(), "SampleClass.cs");
183+
SimpleFileHandler.ProjectToLocation(Assembly.GetExecutingAssembly(), "SampleClass.cs");
184184

185185
// Or
186186
187-
SimpleFileHandler.ProjectToLocation(Assembly.GetCallingAssembly(), "SampleClass.cs", "path/to/destination");
187+
SimpleFileHandler.ProjectToLocation(Assembly.GetExecutingAssembly(), "SampleClass.cs", "path/to/destination");
188188
```

0 commit comments

Comments
 (0)