mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
renamed proxy prompter to cyphernode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const chalk = require('chalk');
|
||||
|
||||
const name = 'proxy';
|
||||
const name = 'cyphernode';
|
||||
|
||||
const capitalise = function( txt ) {
|
||||
return txt.charAt(0).toUpperCase() + txt.substr(1);
|
||||
Reference in New Issue
Block a user