Skip to content

Commit abea979

Browse files
committed
Fix branding in connectservice readme, bump to node 22
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
1 parent 5475d95 commit abea979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

connectservice/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18
1+
FROM node:22
22
WORKDIR /app
33

44
COPY package*.json ./

connectservice/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Connect Service
22

33
Connect Service is a sample implementation of a web service which records usage
4-
of Mirth Server, and provides access to a notifications feed. The service implements
5-
the operations called by the client in `ConnectServiceUtil.java`.
4+
of Open Integration Engine, and provides access to a notifications feed. The service
5+
implements the operations called by the client in `ConnectServiceUtil.java`.
66

77
## Running and testing
88

0 commit comments

Comments
 (0)