Skip to content

Commit 9ccf004

Browse files
Update README.md
1 parent ffc5892 commit 9ccf004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ When you're implementing a projection, follow theses three steps:
7373

7474
### Query a Projection
7575

76-
A Projection is an Eloquent model and is queried the same way,but keep in mind that the projections are all stored in a single table.
77-
That means you'll have to use scope methods to get the correct projections regarding the period or even the key you defined earlier.
76+
A Projection is an Eloquent model and is queried the same way, but keep in mind that the projections are all stored in a single table.
77+
That means you'll have to use scope methods to get the correct projections regarding the period you defined earlier:
7878

7979
```php
8080
MyProjection::period('1 day')

0 commit comments

Comments
 (0)