feed-nim icon indicating copy to clipboard operation
feed-nim copied to clipboard

Fix case inconsistencies in imports

Open reesmichael1 opened this issue 5 years ago • 0 comments

After running nimble install feednim, I was unable to actually import FeedNim into my project:

/home/reesmichael1/.nimble/pkgs/FeedNim-0.2.1/FeedNim.nim(3, 15) Error: cannot open file: feednim/atom

This was because FeedNim.nim was importing from feednim (instead of FeedNim). This pull request fixes the case inconsistencies.

Thanks for a really nice library!

reesmichael1 avatar Aug 30 '19 22:08 reesmichael1