Skip to content

Commit

Permalink
Docs and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrdilauro committed Apr 10, 2019
1 parent 1c89595 commit c019736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ import { AbTestsServerModule } from 'angular-ab-tests';
export class AppServerModule {}
```

`AbTestServerModule` optionally depends on `REQUEST` from **@ngx-utils/cookies** and `CookiesService` from **@ngx-utils/cookies** for detecting crawlers and manipulating cookies.
`AbTestServerModule` optionally depends on `REQUEST` from [@nguniversal/express-engine](https://www.npmjs.com/package/@nguniversal/express-engine) and `CookiesService` from [@ngx-utils/cookies](https://www.npmjs.com/package/@ngx-utils/cookies) for detecting crawlers and manipulating cookies.

Note that, even if they are not provided, **@ngx-utils/cookies** and **@ngx-utils/cookies** should be installed.
Note that, even if they are not provided, both modules should be installed.


## 2 - Providing necessary services
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ab-tests",
"version": "1.3.0",
"version": "1.3.1",
"description": "Easy and descriptive way to setup complex AB tests and multivariate tests in Angular2+",
"author": "Adriano di Lauro",
"license": "MIT",
Expand Down

0 comments on commit c019736

Please sign in to comment.