Skip to content

Commit

Permalink
docs: add link to design principles (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg authored Oct 5, 2023
1 parent e95d8d6 commit c4ae515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,7 @@ Upgrading should be as easy as running yarn again with the new version, but we m
## Upgrade path from v3 -> v4

`startClient` option has been simpilfied. Now it will also work if you don't pass custom client with it, and in SSR (when `typeof window === 'undefined'`) it defaults to `false`.


## Design philosophy
This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).

0 comments on commit c4ae515

Please sign in to comment.