README.md

# PlugPrayerFlag

This package adds an HTTP header to all Plug responses, to spread good will and compassion throughout the Web: ཨོཾ་མ་ཎི་པདྨེ་ཧཱུྂ༔

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `plug_prayer_flag` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:plug_prayer_flag, "~> 1.0.0-rc"}]
    end
    ```

  2. Ensure `plug_prayer_flag` is started before your application:

    ```elixir
    def application do
      [applications: [:plug_prayer_flag]]
    end
    ```