Skip to content

Commit

Permalink
Provide install instructions too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Jun 29, 2017
1 parent c38bf2d commit 437d2a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This module provides two methods: `PHP.serialize` and `PHP.unserialize`,
both of which should be compatible with the similarly named functions in PHP.

## Installing

In your `Gemfile`:
```ruby
gem "php-serialize"
```

## Usage

```ruby
Expand Down

0 comments on commit 437d2a5

Please sign in to comment.