Problem/Motivation

There is a typo in the readme.md file. The twig extensions contain {% if is_android_ios() %}. Using this will cause an error.

The correct version is {% if is_android_os() %}.

Proposed resolution

Rename {% if is_android_ios() %} to {% if is_android_os() %}.

Comments

hstreitzig created an issue.