Skip to content

Commit fe09fce

Browse files
author
Tony Crisci
committed
update readme
1 parent e0e2870 commit fe09fce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The next great DBus library for NodeJS.
44

5-
[Documentation](https://acrisci.github.io/node-dbus-next/).
5+
[Documentation](https://acrisci.github.io/doc/node-dbus-next/).
66

77
*This project is under development and may make breaking changes in minor versions until 1.0.*
88

@@ -71,7 +71,7 @@ For a complete example, see the [MPRIS client](https://github.com/acrisci/node-d
7171

7272
## The Service Interface
7373

74-
*The Service interface is somewhat unstable*
74+
*The Service interface is somewhat stable*
7575

7676
You can use the `Interface` class to define your interfaces. This interfaces uses the proposed [decorators syntax](https://github.com/tc39/proposal-decorators) which is not yet part of the ECMAScript standard, but should be included one day. Unfortunately, you'll need a [Babel plugin](https://www.npmjs.com/package/@babel/plugin-proposal-decorators) to make this code work for now.
7777

@@ -175,7 +175,7 @@ Contributions are welcome. Development happens on [Github](https://github.com/ac
175175

176176
## Similar Projects
177177

178-
dbus-next is a fork of [dbus-native](https://github.com/sidorares/dbus-native) library. While this library is great, it has many bugs which I don't think can be fixed without completely redesigning the user API. Another library exists [node-dbus](https://github.com/Shouqun/node-dbus) which is similar, but this project requires compiling C code and similarly does not provide enough features to create full-featured DBus services.
178+
dbus-next is a fork of [dbus-native](https://github.com/sidorares/dbus-native) library. While this library is great, it has many bugs which I don't think can be fixed without completely redesigning the user API. Another library exists [node-dbus](https://github.com/Shouqun/node-dbus) which is similar, but also not provide enough features to create full-featured DBus services.
179179

180180
## Copyright
181181

0 commit comments

Comments
 (0)