mirror of
https://github.com/dwolfe884/obsidian-x86-flow-graph.git
synced 2026-07-22 07:30:26 +00:00
fixed name mismatch
This commit is contained in:
parent
d506060b44
commit
ce396c6fd0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "obsidian-x86-flow",
|
||||
"name": "X86 Flow Graphing",
|
||||
"id": "x86-flow-graphing",
|
||||
"name": "x86 Assembly Flow Graphing",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.1.0",
|
||||
"description": "An Obsidian plugin for converting x86 code blocks into flow graphs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue