Skip to content

Commit 90fa7e5

Browse files
committed
doc fixes
1 parent a5d4ab1 commit 90fa7e5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# Microsoft Bot Framework Direct Line library for JavaScript
22

3-
Client ibrary for the [Microsoft Bot Framework](http://www.botframework.com) [DirectLine](https://docs.botframework.com/en-us/restapi/directline3/) protocol.
3+
Client library for the [Microsoft Bot Framework](http://www.botframework.com) [DirectLine](https://docs.botframework.com/en-us/restapi/directline3/) protocol.
44

55
Used by [WebChat](https://github.com/Microsoft/BotFramework-WebChat) and thus (by extension) [Emulator](https://github.com/Microsoft/BotFramework-Emulator), WebChat channel, and [Azure Bot Service](https://azure.microsoft.com/en-us/services/bot-service/).
66

77
## FAQ
88

99
### *Who is this for?*
1010

11-
Anyone who is building a Bot Framework JavaScript client who does not want to use [WebChat](https://github.com/Microsoft/BotFramework-WebChat).
11+
Anyone who is building a Bot Framework JavaScript client who does not want to use [WebChat](https://github.com/Microsoft/BotFramework-WebChat). (WebChat already includes DirectLine so there is no reason to include this package too).
1212

1313
### *What is Rx?*
1414

15-
**R**eactive E**x**tensions are a set of libraries for different languages implementing Reactive Functional Programming a.k.a. the Observable pattern. This library uses [RxJS](http://reactivex.io/rxjs/).
15+
**R**eactive E**x**tensions are a set of libraries for different languages implementing Reactive Functional Programming a.k.a. the Observable pattern. This library uses [RxJS](https://github.com/reactivex/rxjs/).
1616

1717
### *Can I use [TypeScript](http://www.typescriptlang.com)?*
1818

1919
You bet.
2020

2121
### How ready for prime time is this library?
2222

23-
This library is an official Microsoft-supported library, and is considered largely complete. Future changes (aside from supporting future updates to the Direct Line protocol) will likely be limited to performance improvements, tutorials, and samples. The big missing piece here is unit tests.
23+
This is an official Microsoft-supported library, and is considered largely complete. Future changes (aside from supporting future updates to the Direct Line protocol) will likely be limited to bug fixes, performance improvements, tutorials, and samples. The big missing piece here is unit tests.
24+
25+
That said, the public API is still subject to change.
2426

2527
## How to build from source
2628

0 commit comments

Comments
 (0)