From 6f58572d1ff8c934556c99a9b98edca1c4fd841f Mon Sep 17 00:00:00 2001 From: Changwon Choe Date: Tue, 9 Jul 2019 18:34:31 +0900 Subject: [PATCH 1/2] Add NgTerminal to the users list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb6883f7..d66bc2e7 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Xterm.js is used in several world-class applications to provide great terminal e - [**CodeInterview.io**](https://codeinterview.io): A coding interview platform in 25+ languages and many web frameworks. Uses xterm.js to provide shell access. - [**Bastillion**](https://www.bastillion.io): Bastillion is an open-source web-based SSH console that centrally manages administrative access to systems. - [**PHP App Server**](https://github.com/cubiclesoft/php-app-server/): Create lightweight, installable almost-native applications for desktop OSes. ExecTerminal (nicely wraps the xterm.js Terminal), TerminalManager, and RunProcessSDK are self-contained, reusable ES5+ compliant Javascript components. +- [**NgTerminal**](https://github.com/qwefgh90/ng-terminal): NgTerminal is web terminal to provide some features including xtermjs on Angular7 or higher. You can easily add it into your application by adding `` into your component. [And much more...](https://github.com/xtermjs/xterm.js/network/dependents) From a32c46758f2a8c83bf2547b876473506f4c39822 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 10 Jul 2019 11:48:30 -0700 Subject: [PATCH 2/2] Improve grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66bc2e7..d01a0f33 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Xterm.js is used in several world-class applications to provide great terminal e - [**CodeInterview.io**](https://codeinterview.io): A coding interview platform in 25+ languages and many web frameworks. Uses xterm.js to provide shell access. - [**Bastillion**](https://www.bastillion.io): Bastillion is an open-source web-based SSH console that centrally manages administrative access to systems. - [**PHP App Server**](https://github.com/cubiclesoft/php-app-server/): Create lightweight, installable almost-native applications for desktop OSes. ExecTerminal (nicely wraps the xterm.js Terminal), TerminalManager, and RunProcessSDK are self-contained, reusable ES5+ compliant Javascript components. -- [**NgTerminal**](https://github.com/qwefgh90/ng-terminal): NgTerminal is web terminal to provide some features including xtermjs on Angular7 or higher. You can easily add it into your application by adding `` into your component. +- [**NgTerminal**](https://github.com/qwefgh90/ng-terminal): NgTerminal is a web terminal that leverages xterm.js on Angular 7+. You can easily add it into your application by adding `` into your component. [And much more...](https://github.com/xtermjs/xterm.js/network/dependents)