Of course! Thanks for the feedback. But I'm actually a bit confused...
The thing is that the Basic example really is the minimal code to retrieve and store the data... The data is extracted from the "eeprom" automatically when you call begin() (usually at the start of program).
At that point, the library will either find valid data in one of the flash memory pages, or load the default data that is specified in the structure (as in the example).
The data is then available via field data of your object.
So this is really complete working code that I use all the time in my projects.
I seem to have a hard time looking at it through the eyes of a user.... How would you suggest to write or describe this example so that people understand everything at a glance?