Skip to content

Commit 7737926

Browse files
committed
updated 0.3.0
1 parent a9ab282 commit 7737926

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ Or install it yourself as:
2121
$ gem install formatjs-rails
2222

2323
## Usage
24+
Add the following to your gemfile:
2425

25-
TODO: Write usage instructions here
26+
```ruby
27+
gem 'formatjs-rails'
28+
```
29+
Add the following directive to your Javascript manifest file (application.js):
30+
```ruby
31+
//= require formatjs
32+
```
2633

2734
## Development
2835

0 commit comments

Comments
 (0)