Skip to content

Commit 437d2a5

Browse files
committed
Provide install instructions too.
1 parent c38bf2d commit 437d2a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This module provides two methods: `PHP.serialize` and `PHP.unserialize`,
44
both of which should be compatible with the similarly named functions in PHP.
55

6+
## Installing
7+
8+
In your `Gemfile`:
9+
```ruby
10+
gem "php-serialize"
11+
```
12+
613
## Usage
714

815
```ruby

0 commit comments

Comments
 (0)