Skip to content

Commit

Permalink
fix: rename deepstream.io to deepstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Jul 26, 2017
1 parent 66ec7d0 commit 7a710b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ascii-logo.txt
@@ -1,6 +1,6 @@
_ _ _
__| | ___ ___ _ __ ___| |_ _ __ ___ __ _ _ __ ___ (_) ___
/ _` |/ _ \/ _ \ '_ \/ __| __| '__/ _ \/ _` | '_ ` _ \ | |/ _ \
| (_| | __/ __/ |_) \__ \ |_| | | __/ (_| | | | | | |_| | (_) |
\__,_|\___|\___| .__/|___/\__|_| \___|\__,_|_| |_| |_(_)_|\___/
|_|
_ _
__| | ___ ___ _ __ ___| |_ _ __ ___ __ _ _ __ ____
/ _` |/ _ \/ _ \ '_ \/ __| __| '__/ _ \/ _` | '_ ` _ \
| (_| | __/ __/ |_) \__ \ |_| | | __/ (_| | | | | | |
\__,_|\___|\___| .__/|___/\__|_| \___|\__,_|_| |_| |_|
|_|
2 changes: 1 addition & 1 deletion src/deepstream.io.js
Expand Up @@ -519,7 +519,7 @@ Deepstream.prototype._showStartLogo = function () {

/* istanbul ignore next */
process.stdout.write(logo + EOL)
process.stdout.write(` ========================= starting ==========================${EOL}`)
process.stdout.write(` ===================== starting ======================${EOL}`)
}

/**
Expand Down

0 comments on commit 7a710b0

Please sign in to comment.