Static site hosting via tangled

Update readme

+5 -1
+5 -1
README.md
··· 22 22 23 23 See `config.multiple.example.json` for an example of a multi-site config. 24 24 25 - Then run: 25 + Then: 26 26 27 27 ```bash 28 28 npm install 29 29 npx tangled-pages --config config.json 30 30 ``` 31 + 32 + ## Example 33 + 34 + You can see an example of a hosted site [here](https://tangled-pages-example.gracekind.net). 31 35 32 36 ## Limitations 33 37