chore: add link to configuration file in README #52
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Added a link to the configuration and the service files mentioned in the README paragraphs below. As someone new to Flutter, I wasn't sure where these files are usually kept, so I thought it's helpful to link users directly to it.
at_demos/README.md
Lines 19 to 20 in 76f9961
- How I did it
Links to both files were added as relative links with minimal rephrasing of the existing text.
For the service file, I looked for a file that seemed to contain helper methods to allow users to implement atProtocol functionality. If this is not the right file, please let me know.
For the configuration file, I searched for a file with the variables mentioned above:
ROOT_DOMAIN
andNAMESPACE
. It had the relative path:at_hello_world/lib/utils/constants.dart
.- How to verify it
Please confirm these are the right files. You can click the links to confirm they work.
If I missed something or need to do more, please let me know.
- Description for the changelog
Add a link to the configuration and the service files mentioned in the README.