Skip to content

Commit

Permalink
chore: correct documentation method name (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: dec.kolakowski <[email protected]>
  • Loading branch information
dpwdec and dec.kolakowski authored Jun 17, 2024
1 parent 08f9fab commit f870610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ using System.IO;

public class AsyncApiExternalFileSystemReader : IAsyncApiExternalReferenceReader
{
public string GetExternalResource(string reference)
public string Load(string reference)
{
return File.ReadAllText(reference);
}
Expand Down

0 comments on commit f870610

Please sign in to comment.