Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Mar 13, 2019
1 parent fcfd2c9 commit 509d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class DesiredDatabaseModel extends ActualDatabaseModel
$model = new DesiredDatabaseModel::where('name','Joe')->orWhere('name','Judy')->get();

/*
The call above Will result in this query being run:
The call above will result in the following query being run:
select *
from "tbl_Database_Table"
where "DB_Name" = 'Joe' or "DB_Name" = 'Judy'
Expand Down

0 comments on commit 509d463

Please sign in to comment.