Skip to content

Commit db59901

Browse files
committed
README - removing a "new" flag for a note about service.close (not so new anymore)
1 parent 3cbb5df commit db59901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Examples:
194194
}
195195
```
196196

197-
**✔️ Important Note**: After you are done using the service, you should close it by calling (🔥 new) `service.close`. Otherwise, the underlying resources/threads won't be released.
197+
**✔️ Important Note**: After you are done using the service, you should close it by calling `service.close`. Otherwise, the underlying resources/threads won't be released.
198198

199199
**III. Using multiple services (🔥 new)**
200200

0 commit comments

Comments
 (0)