Skip to content

Commit ea998f5

Browse files
committed
Update README.md
1 parent 93d7768 commit ea998f5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ across multiple editors.
1919
- Choice prompt support
2020
- Input prompt support
2121
- Get-Credential support (coming soon)
22+
- The Extension Service provides a generalized extensibility model that allows you to
23+
write new functionality for any host editor that uses PowerShell Editor Services
2224

2325
The core Editor Services library is intended to be consumed in any type of host application, whether
2426
it is a WPF UI, console application, or web service. A standard console application host is included
@@ -27,12 +29,9 @@ exposes.
2729

2830
## Documentation
2931

30-
Check out the following two pages for information about how to use the API and host process:
31-
32-
- **[Using the .NET API](docs/using_the_dotnet_api.md)** - Read this if you want to use the API in your .NET application
33-
- **[Using the Host Process](docs/using_the_host_process.md)** - Read this if you want to use the API in a non-.NET application such as a code editor
34-
35-
You can also read our plans for future feature development by looking at the **[Development Roadmap](https://github.com/PowerShell/PowerShellEditorServices/wiki/Development-Roadmap)**.
32+
Check out our **[documentation site](http://powershell.github.io/PowerShellEditorServices)** for information about
33+
how to use this project. You can also read our plans for future feature development by looking at the
34+
**[Development Roadmap](https://github.com/PowerShell/PowerShellEditorServices/wiki/Development-Roadmap)**.
3635

3736
## Installation
3837

@@ -57,7 +56,7 @@ git submodule update
5756

5857
We would love to incorporate community contributions into this project. If you would like to
5958
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide]
60-
(docs/contributing.md) to learn more.
59+
(http://powershell.github.io/PowerShellEditorServices/CONTRIBUTING.html) to learn more.
6160

6261
## Maintainers
6362

@@ -66,4 +65,4 @@ contribute code, documentation, tests, or bug reports, please read our [Contribu
6665

6766
## License
6867

69-
This project is [licensed under the MIT License](LICENSE.txt).
68+
This project is [licensed under the MIT License](LICENSE).

0 commit comments

Comments
 (0)