diff --git a/README.md b/README.md index 145c5f0..61b4b4a 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,37 @@ Garlic is a simple, fast and secure way to protect your website from being scraped by bots. -## What + +--- You write your code and text as you would any other day, just let garlic protect your content from scraping. -1. You write: -```html -
- This is a test piece of text. -
+| You Write | `This is a test piece of text
` | +| Scraper Sees |  | +| User Sees |  | + +# How? +Currently, this is in development, but the beta works like this: + +## React +You just need to wrap your html in the `garlic()` method: + +```reactjs +function App() { + return garlic( +Go away robots :)
+