Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
make readme header clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlang committed Mar 25, 2013
1 parent d1ab515 commit 446b5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
DuckDuckHack Spice
====
This documentation walks you through the process of writing a DuckDuckHack Spice plugin.
Before reading this section, make sure you've read the [DuckDuckHack Intro Site](http://duckduckhack.com) and the [DuckDuckHack Developer's Overview](https://github.com/duckduckgo/duckduckgo/blob/master/README.md) (so you know what DuckDuckHack is) and have worked through the [Basic tutorial](http://github.com/duckduckgo/duckduckgo#basic-tutorial).
This documentation helps walk you through the process of writing a DuckDuckHack Spice plugin.
Before reading this section, make sure you've read the [DuckDuckHack Intro Site](http://duckduckhack.com) and have started at the [DuckDuckHack Developer's Overview](https://github.com/duckduckgo/duckduckgo/blob/master/README.md). If you're here to brush up on Spice-related info, go ahead and scroll down. If you're here to learn how to write Spice plugins, head on over to the [Spice Overview](https://github.com/duckduckgo/duckduckgo#spice-overview).

## Spice Handle Functions
Spice plugins have **triggers** and **handle** functions like Goodies, as explained in the [Basic tutorial](http://github.com/duckduckgo/duckduckgo#basic-tutorial). The difference is that Spice handle functions don't return an instant answer directly like Goodies. Instead, they return arguments used to call a JavaScript callback function that then returns the instant answer.
Expand Down

0 comments on commit 446b5f5

Please sign in to comment.