Skip to content

Commit caba134

Browse files
committed
Readme
1 parent 816de8d commit caba134

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
@@ -245,14 +245,14 @@ Or you can access the internal object directly:
245245

246246
### MongoDB specific operations
247247

248-
***Push***
248+
**Push**
249249

250250
Add one or more items to an array.
251251

252252
User::where('name', 'John')->push('items', 'boots');
253253
User::where('name', 'John')->push('items', array('sword', 'shield'));
254254

255-
***Pull***
255+
**Pull**
256256

257257
Remove one or more values from an array.
258258

0 commit comments

Comments
 (0)