Skip to content

Commit

Permalink
Updated readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahc2483 committed Oct 10, 2012
1 parent bb44f69 commit 7230f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Example Configuration
================
<pre><code>
<configSections>
<section name="TaskSchedule" type="ServiceTasks.Schedule.Storage.TaskScheduleConfiguration, ServiceTasks"/>
<section name=\"TaskSchedule\" type=\"ServiceTasks.Schedule.Storage.TaskScheduleConfiguration, ServiceTasks\"/>
</configSections>

<TaskSchedule>
<Tasks>
<add name="Command Example" interval="10"
messageType="Messages.Commands.MyCommand, Messages.Commands, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
<add name=\"Command Example\" interval=\"10\"
messageType=\"Messages.Commands.MyCommand, Messages.Commands, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\"/>
</Tasks>
</TaskSchedule>
</code></pre>

If using with NServiceBus: Sample NServiceBus Endpoint Config (ServiceTasks needs this in order to know where your schedule is stored. You can use your builder of choice)
================
<pre><code>
[EndpointName(myendpoint")]
[EndpointName("myendpoint")]
public class EndpointConfig : IConfigureThisEndpoint, AsA_Publisher, IWantCustomInitialization
{
public void Init()
Expand Down

0 comments on commit 7230f72

Please sign in to comment.