@proxysoul/soulforge 2.16.4 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -103,9 +103,9 @@ Same model (Claude Opus 4.6), same codebase, same prompt.
103
103
 
104
104
  <a href="https://llmgateway.io/dashboard?ref=6tjJR2H3X4E9RmVQiQwK" title="LLM Gateway">
105
105
  <picture>
106
- <source media="(prefers-color-scheme: dark)" srcset="https://llmgateway.io/brand/logo-with-name-white.svg" />
107
- <source media="(prefers-color-scheme: light)" srcset="https://llmgateway.io/brand/logo-with-name-black.svg" />
108
- <img alt="LLM Gateway" src="https://llmgateway.io/brand/logo-with-name-black.svg" height="56" />
106
+ <source media="(prefers-color-scheme: dark)" srcset="assets/llmg-white.svg" />
107
+ <source media="(prefers-color-scheme: light)" srcset="assets/llmg-dark.svg" />
108
+ <img alt="LLM Gateway" src="assets/llmg-dark.svg" height="56" />
109
109
  </picture>
110
110
  </a>
111
111
 
@@ -115,7 +115,7 @@ Same model (Claude Opus 4.6), same codebase, same prompt.
115
115
 
116
116
  <br/>
117
117
 
118
- <sub><a href="https://github.com/sponsors/proxysoul">Sponsor on GitHub</a> · <a href="https://paypal.me/waeru">PayPal</a> · <a href="BACKERS.md">All backers</a></sub>
118
+ <sub><a href="https://github.com/sponsors/proxysoul">Sponsor on GitHub</a> (monthly or one-time) · <a href="https://paypal.me/waeru">PayPal</a> (one-time) · <a href="BACKERS.md">All backers</a></sub>
119
119
 
120
120
  </div>
121
121