Skip to content

Commit e197438

Browse files
committed
Merge pull request #107 from andyjeffries/master
Reflect ActiveRestClient's deprecation
2 parents 458f938 + 5432853 commit e197438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ single configuration line:
143143

144144
This will automatically sign all outgoing ActiveResource requests from your app.
145145

146-
### Active Rest Client
146+
### Flexirest
147147

148-
ApiAuth also works with [ActiveRestClient](https://github.com/whichdigital/active-rest-client) in a very similar way.
149-
Simply add this configuration to your ActiveRestClient initializer in your app and it will automatically sign all outgoing requests.
148+
ApiAuth also works with [Flexirest](https://github.com/andyjeffries/flexirest) (used to be ActiveRestClient, but that is now unsupported) in a very similar way.
149+
Simply add this configuration to your Flexirest initializer in your app and it will automatically sign all outgoing requests.
150150

151151
``` ruby
152-
ActiveRestClient::Base.api_auth_credentials(@access_id, @secret_key)
152+
Flexirest::Base.api_auth_credentials(@access_id, @secret_key)
153153
```
154154

155155
## Server

0 commit comments

Comments
 (0)