Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv authored Dec 30, 2020
1 parent fcbcc98 commit bf911b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Roam Research ✍️ Writing with your lovely cards 🧩 and beautiful theme
2. Add a child JavaScript code block to it with this code...

```js
const CARD_MODE_VERSION = "cb1ded25";
const CARD_MODE_VERSION = "2c03f381";
window.URLScriptServer = `https://cdn.jsdelivr.net/gh/JimmyLv/styled-roam@${CARD_MODE_VERSION}/`;

var s = document.createElement("script");
Expand All @@ -21,7 +21,7 @@ document.getElementsByTagName("head")[0].appendChild(s);
```

3. Press the BIG RED button (also works with [roam42](https://github.com/roamhacker/roam42), so you can just put them together)
4. Change CARD_MODE_VERSION value `cb1ded25` to the latest Git commit hash whenever you're ready to upgrade
4. Change CARD_MODE_VERSION value `2c03f381` to the latest Git commit hash whenever you're ready to upgrade

![Roam Research 卡片式主题 Focus 模式](https://raw.staticdn.net/JimmyLv/images/master/2020/Roam%20Research%20%E5%8D%A1%E7%89%87%E5%BC%8F%E4%B8%BB%E9%A2%98%20Focus%20%E6%A8%A1%E5%BC%8F.jpg)

Expand Down

0 comments on commit bf911b1

Please sign in to comment.