Skip to content

Commit d232fad

Browse files
committed
Update Readme
1 parent 9f2c7f6 commit d232fad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# vlingo-http
1+
# xoom-net-http
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/1c2u6kbrpbvfjxgf/branch/master?svg=true)](https://ci.appveyor.com/project/VlingoNetOwner/vlingo-net-http/branch/master)
4-
![Build master](https://github.com/vlingo-net/vlingo-net-http/workflows/.NET/badge.svg)
5-
[![NuGet](https://img.shields.io/nuget/v/Vlingo.Http.svg)](https://www.nuget.org/packages/Vlingo.Http)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/1c2u6kbrpbvfjxgf/branch/master?svg=true)](https://ci.appveyor.com/project/VlingoNetOwner/xoom-net-http/branch/master)
4+
![Build master](https://github.com/vlingo-net/xoom-net-http/workflows/.NET/badge.svg)
5+
[![NuGet](https://img.shields.io/nuget/v/Vlingo.Xoom.Http.svg)](https://www.nuget.org/packages/Vlingo.Xoom.Http)
66
[![Gitter](https://badges.gitter.im/vlingo-platform-net/community.svg)](https://gitter.im/vlingo-platform-net/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
77

88
### Usage
@@ -15,18 +15,18 @@ Reactive, scalable, and resilient HTTP servers and RESTful services running on v
1515
* Requests that require message body content are auto-mapped to simple Java objects.
1616

1717
2. To run the Server:
18-
* [Use Server#StartWith() to start the Server actor](https://github.com/vlingo/vlingo-net-http/blob/master/src/Vlingo.Http/Resource/Server.cs)
18+
* [Use Server#StartWith() to start the Server actor](https://github.com/vlingo/xoom-net-http/blob/master/src/Vlingo.Xoom.Http/Resource/Server.cs)
1919
* The light-weight Server is meant to be run inside vlingo/cluster nodes the require RESTful HTTP support.
2020

2121
3. See the following for usage examples:
22-
* [vlingo/http properties file](https://github.com/vlingo/vlingo-net-http/blob/master/src/Vlingo.Http.Tests/Resources/vlingo-http.properties)
22+
* [vlingo/http properties file](https://github.com/vlingo/xoom-net-http/blob/master/src/Vlingo.Xoom.Http.Tests/Resources/vlingo-http.properties)
2323
* [The user resource sample](#) (Sample link to be provided)
2424
* [The user profile resource sample](#) (Sample link to be provided)
2525

2626

2727
License (See LICENSE file for full license)
2828
-------------------------------------------
29-
Copyright © 2012-2019 VLINGO LABS. All rights reserved.
29+
Copyright © 2012-2021 VLINGO LABS. All rights reserved.
3030

3131
This Source Code Form is subject to the terms of the
3232
Mozilla Public License, v. 2.0. If a copy of the MPL

0 commit comments

Comments
 (0)