Skip to content

Commit

Permalink
Work around bug in Github-flavored markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Sep 16, 2013
1 parent 6520c37 commit 0393a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ the supported algorithms are:
32 divides the rank by itself + 1

This integer is a bitmask, so if you want to combine algorithms, you can add
their numbers together. (e.g. to use algorithms 1, 8, and 32, you would pass 1
+ 8 + 32 = 41)
their numbers together.
(e.g. to use algorithms 1, 8, and 32, you would pass 1 + 8 + 32 = 41)

class BigLongDocument < ActiveRecord::Base
include PgSearch
Expand Down

0 comments on commit 0393a64

Please sign in to comment.