Skip to content

Commit c1d7e66

Browse files
committed
Update readme
1 parent f2614fa commit c1d7e66

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use `Flipper#enabled?` in your app to check if a feature is enabled.
4343

4444
```ruby
4545
# check if search is enabled
46-
if Flipper.enabled? :search, current_user
46+
if Flipper.enabled?(:search, current_user)
4747
puts 'Search away!'
4848
else
4949
puts 'No search for you!'
@@ -70,15 +70,15 @@ Read more about [getting started with Flipper](https://flippercloud.io/docs) and
7070

7171
## Flipper Cloud
7272

73-
Like Flipper and want more? Check out [Flipper Cloud](https://www.flippercloud.io), which comes with:
73+
Like Flipper and want more? Check out [Flipper Cloud](https://www.flippercloud.io?utm_source=oss&utm_medium=readme&utm_campaign=check_out), which comes with:
7474

75-
* **everything in one place** — no need to bounce around from different application UIs or IRB consoles.
76-
* **permissions** — grant access to everyone in your organization or lockdown each project to particular people.
77-
* **multiple environments** — production, staging, enterprise, by continent, whatever you need.
78-
* **personal environments** — no more rake scripts or manual enable/disable to get your laptop to look like production. Every developer gets a personal environment that inherits from production that they can override as they please ([read more](https://www.johnnunemaker.com/flipper-cloud-environments/)).
79-
* **no maintenance** — we'll keep the lights on for you. We also have handy webhooks for keeping your app in sync with Cloud, so **our availability won't affect yours**. All your feature flag reads are local to your app.
75+
* **multiple environments** — production, staging, per continent, whatever you need. Every environment inherits from production by default and every project comes with a [project overview page](https://blog.flippercloud.io/project-overview/) that shows each feature and its status in each environment.
76+
* **personal environments** — everyone on your team gets a personal environment (that inherits from production) which they can modify however they want without stepping on anyone else's toes.
77+
* **permissions** — grant access to everyone in your organization or lockdown each project to particular people. You can even limit access to a particular environment (like production) to specific people.
8078
* **audit history** — every feature change and who made it.
8179
* **rollbacks** — enable or disable a feature accidentally? No problem. You can roll back to any point in the audit history with a single click.
80+
* **maintenance** — we'll keep the lights on for you. We also have handy webhooks and background polling for keeping your app in sync with Cloud, so **our availability won't affect yours**. All your feature flag reads are local to your app.
81+
* **everything in one place** — no need to bounce around from different application UIs or IRB consoles.
8282

8383
[![Flipper Cloud Screenshot](docs/images/flipper_cloud.png)](https://www.flippercloud.io)
8484

docs/images/flipper_cloud.png

242 KB
Loading

0 commit comments

Comments
 (0)