airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 407 forks source link

Updated README.md to fix a small typo #310

Closed nateshmbhat closed 3 years ago

rossbacher commented 3 years ago

this is not a typo, the query parameters do not need to be part of the template given in the annotation.

e.g. see this test: https://github.com/airbnb/DeepLinkDispatch/blob/master/sample/src/test/java/com/airbnb/deeplinkdispatch/sample/MainActivityTest.java#L94