Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxurshid committed Nov 11, 2013
1 parent 3785826 commit 1bbf392
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 @@ -66,7 +66,7 @@ Reading with MarcPermissiveStreamReader(for bad Marc files):

Writing:

using (var fs2 = new FileStream(@"C:\Users\shhurshid\Desktop\writed.mrc", FileMode.OpenOrCreate))
using (var fs2 = new FileStream("Marc file location", FileMode.OpenOrCreate))
{
using (var writer = new MarcStreamWriter(fs2, "UTF-8"))
{
Expand Down

0 comments on commit 1bbf392

Please sign in to comment.