From 483675a82f369f9013b07765ec8b7120e2e2e13a Mon Sep 17 00:00:00 2001 From: ydc3148 Date: Thu, 12 Feb 2026 12:45:08 +0800 Subject: [PATCH] first commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fcd27cb --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# AlterProxy + +**TODO: Add description** + +## Installation + +If [available in Hex](https://hex.pm/docs/publish), the package can be installed +by adding `alter_proxy` to your list of dependencies in `mix.exs`: + +```elixir +def deps do + [ + {:alter_proxy, "~> 0.1.0"} + ] +end +``` + +Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) +and published on [HexDocs](https://hexdocs.pm). Once published, the docs can +be found at . +