Wording update

pull/256/head
cagataycivici 2020-03-16 17:27:04 +03:00
parent 5996019da0
commit 894712d78e
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import TerminalService from 'primevue/terminalservice';
<h3>Getting Started</h3> <h3>Getting Started</h3>
<p>Commands are processed using an EventBus implementation called TerminalService. <p>Commands are processed using an EventBus implementation called TerminalService.
Import this service into your component and subscribe to commandHandler to process commands by Import this service into your component and subscribe to the <i>command</i> event to process the commands by
sending replies to commands with the <i>response</i> event.</p> sending replies with the <i>response</i> event.</p>
<CodeHighlight> <CodeHighlight>
&lt;Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" /&gt; &lt;Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" /&gt;
</CodeHighlight> </CodeHighlight>