example_plugin.rb in doing-2.0.24 vs example_plugin.rb in doing-2.0.25
- old
+ new
@@ -12,16 +12,16 @@
# ## Configuration
#
# Change what the plugin says by generating a template with
# `doing template --type say`, saving it to a file, and
# putting the path to that file in `export_templates->say` in
-# .doingrc.
+# config.yml.
#
# export_templates:
# say: /path/to/template.txt
#
# Use a different voice by adding a `say_voice` key to your
-# .doingrc. Use `say -v ?` to see available voices.
+# config.yml. Use `say -v ?` to see available voices.
#
# say_voice: Zarvox
module Doing
##