From 683f313533dce377646421ce8dbbf85c5c7c95c5 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 13 Mar 2017 15:07:51 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a709082..b90d15c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). Visit `/admin/plugins` and configure. +## Customisations + +Visit `/admin/customize/site_texts` and search for 'discourse_donations'. You'll find a few entries you can customise for your site. + ## Testing * To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory. @@ -21,9 +25,7 @@ Visit `/admin/plugins` and configure. **Note:** -* [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules. * If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes. -* [This fix](https://github.com/discourse/discourse/pull/4738) renders the extra nav items consistently. ## TODO