mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-07-31 07:12:05 +00:00
README.md - update
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<body role="document">
|
||||
<div class="container">
|
||||
<h3 style="margin-top: 15px;">JsonPath evaluator - Webassembly via Rust</h3>
|
||||
<h3 style="margin-top: 15px;">JsonPath evaluator with Webassembly via Rust</h3>
|
||||
<!--
|
||||
<div style="margin-top: -12px; margin-bottom: 10px;">
|
||||
<span id="version" style="font-size: xx-small"></span> -
|
||||
@@ -22,9 +22,9 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" id="jsonpath-input" class="form-control" placeholder="Enter path">
|
||||
<input type="text" id="jsonpath-input" class="form-control" placeholder="Enter 입력">
|
||||
<div class="input-group-append">
|
||||
<span class="input-group-text" id="read-json">Go!</span>
|
||||
<span class="input-group-text" id="read-json">실행</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user