Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed code block typo in README
  • Loading branch information
amitrathore committed Jul 8, 2009
1 parent ed1dafc commit bb3d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -50,7 +50,7 @@ h3. sevak-server

A sevak-server is the process that loads up all the defined sevaks (using require, load and/or use) and calls boot-sevak-server. This basically makes all the defined sevaks available as "services" that can be called by a client by using the sevak function. The coordination happens over the rabbitmq bus. Here is an example -

<code></pre>
<code><pre>
;;assume sevak_file1.clj defines add-numbers and multiply-numbers as sevaks
(defsevak add-numbers [n1 n2]
(+ n1 n2))
Expand Down

0 comments on commit bb3d60a

Please sign in to comment.