commit 483675a82f369f9013b07765ec8b7120e2e2e13a Author: ydc3148 Date: Thu Feb 12 12:45:08 2026 +0800 first commit 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 . +