Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ parser you specify.

### Want to parse a config file of type "y"?

No problem again - simply implement your own version of `ConfogParser` - there's
No problem again - simply implement your own version of `ConfigParser` - there's
only one method: `Future<Map<String,Object>> parse(String configText)` - just
parse the String contents that the ConfigLoader has loaded into a Map, and
return it in a Future.

### Written your own config loader / parser?

Great! - Please share :) - create your own pub packaged containing loaders and/
Great! - Please share :) - create your own pub package containing loaders and/
or parsers, or clone this library and issue pull requests.

Some ideas (that I might work on if someone else doesn't get there first):
Expand All @@ -149,4 +149,4 @@ a failing unit test or even a fix?

StackOverflow is a great place for that. Make sure you use the
[dart](http://stackoverflow.com/questions/tagged/dart) tag, and it will find
its way to me, or others that are very knowledgeable.
its way to me, or others that are very knowledgeable.