Skip to content

Commit

Permalink
Added color coding for more clarity (newcat#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Apr 7, 2023
1 parent 5314037 commit d7dba42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const myNode = new BaklavaJS.Core.NodeBuilder("My Node");
editor.use(new BaklavaJS.PluginOptionsVue.OptionPlugin());
```

So in general, `import { Foo } from "@baklavajs/plugin-bar"` will be `BaklavaJS.PluginBar.Foo`.
So in general, <code>import { <span style="color: dodgerblue">Foo</span> } from "@<span style="color: teal">baklavajs</span>/<span style="color: purple">plugin-bar</span>"</code> will be <code><span style="color: teal">BaklavaJS</span>.<span style="color: purple">PluginBar</span>.<span style="color: dodgerblue">Foo</span></code>.

## With Vue / NPM

Expand Down

0 comments on commit d7dba42

Please sign in to comment.