Skip to content

Commit

Permalink
fixed fizz function name for raw SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Aug 15, 2016
1 parent 9b4ea73 commit ba3416e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fizz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ drop_index("table_name", "index_name")
## Raw SQL

``` javascript
raw_sql("select * from users;")
raw("select * from users;")
```

*All calls to `raw_sql` must end with a `;`!*
*All calls to `raw` must end with a `;`!*

0 comments on commit ba3416e

Please sign in to comment.