Skip to content

Commit

Permalink
fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal committed Aug 29, 2023
1 parent ab90cc0 commit 1663dcc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs-src/src/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Decorate an existing SPL token mint with metadata.

Specify the existing mint address and path to a metadata file that contains the `Data` sub-struct of the metadata struct in a JSON format.

E.g.:
E.g. (Note the snake_case field name):

// crab.json
```json
{
"name": "Crabbie",
"symbol": "CRAB",
"uri": "https://arweave.net/KZDlKw8aCG4kfZtj9Qmh8tmYpH4Q287P_jmUtkl2s-k",
"sellerFeeBasisPoints": 0,
"seller_fee_basis_points": 0,
"creators": null
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ <h3 id="metadata"><a class="header" href="#metadata">Metadata</a></h3>
<p>Decorate an existing SPL token mint with metadata.</p>
<h4 id="usage-1"><a class="header" href="#usage-1">Usage</a></h4>
<p>Specify the existing mint address and path to a metadata file that contains the <code>Data</code> sub-struct of the metadata struct in a JSON format.</p>
<p>E.g.:</p>
<p>E.g. (Note the snake_case field name):</p>
<p>// crab.json</p>
<pre><code class="language-json">{
&quot;name&quot;: &quot;Crabbie&quot;,
&quot;symbol&quot;: &quot;CRAB&quot;,
&quot;uri&quot;: &quot;https://arweave.net/KZDlKw8aCG4kfZtj9Qmh8tmYpH4Q287P_jmUtkl2s-k&quot;,
&quot;sellerFeeBasisPoints&quot;: 0,
&quot;seller_fee_basis_points&quot;: 0,
&quot;creators&quot;: null
}
</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,13 +557,13 @@ <h3 id="metadata"><a class="header" href="#metadata">Metadata</a></h3>
<p>Decorate an existing SPL token mint with metadata.</p>
<h4 id="usage-7"><a class="header" href="#usage-7">Usage</a></h4>
<p>Specify the existing mint address and path to a metadata file that contains the <code>Data</code> sub-struct of the metadata struct in a JSON format.</p>
<p>E.g.:</p>
<p>E.g. (Note the snake_case field name):</p>
<p>// crab.json</p>
<pre><code class="language-json">{
&quot;name&quot;: &quot;Crabbie&quot;,
&quot;symbol&quot;: &quot;CRAB&quot;,
&quot;uri&quot;: &quot;https://arweave.net/KZDlKw8aCG4kfZtj9Qmh8tmYpH4Q287P_jmUtkl2s-k&quot;,
&quot;sellerFeeBasisPoints&quot;: 0,
&quot;seller_fee_basis_points&quot;: 0,
&quot;creators&quot;: null
}
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1663dcc

Please sign in to comment.