Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Feb 15, 2012
1 parent babed33 commit 3726aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ rake install

## Usage

The main idea behind this is to lead to security Unit-testing using [Arachni](http://arachni-scanner.com) and its VectorFeed plug-in.
The main idea behind this is to lead to security Unit-testing using Arachni and its VectorFeed plug-in.

For example, you can configure your Rails test environment to use this midleware
For example, you can configure your Rails test environment to use this middleware
and then run your tests as usual.<br/>
This time though, once the tests finish you'll be left with a YAML file containing
all the HTTP inputs that were used in those tests.
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'rubygems'
require 'arachni/rpc/pure'

# serialized vectors as dumped by the ArachniVectorFeed midleware
# serialized vectors as dumped by the ArachniVectorFeed middleware
VECTOR_FILE = File.expand_path( File.dirname( __FILE__ ) ) + '/vectors.yml'

# dispatcher options
Expand Down

0 comments on commit 3726aa9

Please sign in to comment.