Skip to content

Commit

Permalink
feat: correct documentation method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dec.kolakowski committed Jun 17, 2024
1 parent 08f9fab commit aac9525
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 aac9525

Please sign in to comment.