Skip to content

Commit 5c99d9c

Browse files
author
Vidas P
committed
Grammar
1 parent a366f90 commit 5c99d9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ There are currently three ways to create agents, listed below in order of ease:
115115
2. If the functionality you wish to achieve isn't directly possible with any of the built-in agents then you can use the (built-in) JavaScript agent which let's you write custom JavaScript code that can send and receive messages.
116116
3. Finally, if none of the above offers you the flexibility or the functionality you wish to achieve you can code and plug-in your own ActiveWorkflow agent. This is currently possible in Ruby and we are working on providing the functionality to code first-class custom agents in other programming languages (Python, JavaScript, Clojure, etc.).
117117

118-
In the near future you'll also be able to programatically create agents via the REST API.
118+
In the near future you'll also be able to programmatically create agents via the REST API.
119119

120120
### Creating Workflows
121121

122122
To create a workflow you simply use the web interface (the "New Workflow" button) to enter a name, description, select an icon for your workflow, and then link to it the agents that participate in it. As we have already mentioned agents can participate in multiple workflows and exist independently of them. In this respect a workflow is more like a "tag" or a "label", rather than a "container".
123123

124-
In the near future you'll also be able to programatically create workflows via the REST API.
124+
In the near future you'll also be able to programmatically create workflows via the REST API.
125125

126126
## Built-in Agents
127127

@@ -312,10 +312,10 @@ with Python.
312312
## REST API
313313

314314
ActiveWorkflow provides a REST API to allow you to query and control your
315-
agents and workflows programatically from your own code. We plan to provide
315+
agents and workflows programmatically from your own code. We plan to provide
316316
ActiveWorkflow API clients in multiple languages starting with Ruby and Python.
317317

318-
You can read more details about interfacing with ActiveWorkflow programatically in the [REST API documentation](docs/rest_api.md).
318+
You can read more details about interfacing with ActiveWorkflow programmatically in the [REST API documentation](docs/rest_api.md).
319319

320320
## Deployment
321321

docs/rest_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# REST API to the ActiveWorkflow
1+
# ActiveWorkflow REST API
22

3-
ActiveWorkflow provides a REST API to allow you to query and control your agents and workflows programatically.
3+
ActiveWorkflow provides a REST API to allow you to query and control your agents and workflows programmatically.
44

55
All responses returned by ActiveWorkflow's API are in JSON format.
66

0 commit comments

Comments
 (0)