Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from tmcgee123/master
Browse files Browse the repository at this point in the history
docs(readme): add type to description
  • Loading branch information
tymondesigns committed Oct 21, 2015
2 parents 660d9f4 + fd2575c commit d9a2f96
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 @@ -327,7 +327,7 @@ locker.driver('session').forget('sessionKey');

<h4 id="usage-removing-items-from-locker-removing-multiple-items-at-once">removing multiple items at once</h4>

You can also pass an array.
You can also pass an array of String values.

```js
locker.forget(['keyToRemove', 'anotherKeyToRemove', 'something', 'else']);
Expand Down Expand Up @@ -474,7 +474,7 @@ $ gulp

The MIT License (MIT)

Copyright (c) 2014 Sean Tymon
Copyright (c) 2015 Sean Tymon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit d9a2f96

Please sign in to comment.