Unverified Commit af10e089 authored by Hong Minhee's avatar Hong Minhee
Browse files

typo

[ci skip]
parent e6fdb2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json*
{
  "dependencies": {
    "@deno/kv": "^0.8.0",
    "@fedify/fedify": "^0.7.0"
    "@fedify/fedify": "^0.8.0"
  }
}
~~~