diff --git a/README.md b/README.md index dfdcb83..2df8c9f 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,25 @@ You write your code and text as you would any other day, just let garlic protect | POV | Result | |--------------|---------------------------------------| | You Write | `
This is a test piece of text
` | -| Scraper Sees |  | -| User Sees |  | +| Scraper Sees |  | +| User Sees |  | # How? Currently, this is in development, but the beta works like this: ## React + +Install the packages with `npm i garlic-react`, you should then import the `Garlic` class with: + +```js +import Garlic from 'garlic'; +``` + You just need to wrap your html in the `garlic()` method: ```js function App() { - return garlic( + return Garlic.clove(Go away robots :)