# new_title

The new_title magic property!

Change/Update the title of your document by editing `window.new_title`.

---

## 🔧 Install

```
$ npm install new_title
```
```js
require("new_title");
```
or
```html
<script src="https://unpkg.com/new_title@1.0.0/dist/new_title.min.js" />
```

## ✏️ How to use

Change your title! 🙃

```js
window.new_title = "I'm the new title of your document! ";
```