diff --git a/README.md b/README.md
index 3af6ca4ea2..5782ad24e5 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,11 @@
-# Playwright
+# Playwright · [](https://www.npmjs.com/package/playwright) [](https://github.com/microsoft/playwright/blob/master/CONTRIBUTING.md) [](https://github.com/microsoft/playwright/blob/master/LICENSE) [](https://www.chromium.org/Home) [](https://www.mozilla.org/en-US/firefox/new/) [](https://webkit.org/)
+
```diff
- ==================================================== -
- YOU WERE INVITED, THIS REPO IS TO GO PUBLIC Jan 21st -
- ==================================================== -
```
-[](https://www.npmjs.com/package/playwright)
-
-
-
-
###### [API](https://github.com/microsoft/playwright/blob/master/docs/api.md) | [FAQ](#faq) | [Contributing](#contributing)
Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers. Playwright is focused on enabling **cross-browser** web automation platform that is **ever-green**, **capable**, **reliable** and **fast**. Our primary goal with Playwright is to improve automated UI testing by eliminating flakiness, improving the speed of execution and offering insights into the browser operation. Playwright runs headless versions of these browsers by default, but can be configured to run the full versions.