diff --git a/csharp/README.md b/csharp/README.md index 30996bab6eb..a648cc51faa 100644 --- a/csharp/README.md +++ b/csharp/README.md @@ -4,7 +4,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for .NET is the C# / .NET implementation of Ice. +Ice for .NET is the C# / .NET implementation of the Ice framework. ## Sample Code diff --git a/js/README.md b/js/README.md index a2466091c3e..07b488d7dc9 100644 --- a/js/README.md +++ b/js/README.md @@ -5,7 +5,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for JavaScript is the JavaScript implementation of Ice. +Ice for JavaScript is the JavaScript implementation of the Ice framework. ## Sample Code diff --git a/matlab/README.md b/matlab/README.md index 302610181fe..1805868d40a 100644 --- a/matlab/README.md +++ b/matlab/README.md @@ -5,7 +5,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for MATLAB is the MATLAB implementation of Ice. +Ice for MATLAB is the MATLAB implementation of the Ice framework. ## Sample Code diff --git a/objective-c/README.md b/objective-c/README.md index fa725f3bc42..b2bf7348a1d 100644 --- a/objective-c/README.md +++ b/objective-c/README.md @@ -4,7 +4,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for Objective-C is the Objective-C implementation of Ice. +Ice for Objective-C is the Objective-C implementation of the Ice framework. ## Sample Code @@ -72,12 +72,12 @@ main(int argc, char* argv[]) { communicator = [ICEUtil createCommunicator:&argc argv:argv]; - id adapter = [communicator - createObjectAdapterWithEndpoints: @"Hello" - endpoints:@"default -p 10000"]; - [adapter add:[HelloI hello] identity:[ICEUtil stringToIdentity:@"hello"]]; - [adapter activate]; - [communicator waitForShutdown]; + id adapter = [communicator + createObjectAdapterWithEndpoints: @"Hello" + endpoints:@"default -p 10000"]; + [adapter add:[HelloI hello] identity:[ICEUtil stringToIdentity:@"hello"]]; + [adapter activate]; + [communicator waitForShutdown]; } @catch(ICELocalException* ex) { diff --git a/php/README.md b/php/README.md index c64de30aee1..c7b07ec51c2 100644 --- a/php/README.md +++ b/php/README.md @@ -5,7 +5,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for PHP is the PHP implementation of Ice. +Ice for PHP is the PHP implementation of the Ice framework. ## Sample Code diff --git a/python/README.md b/python/README.md index e05b5591297..397d087eb78 100644 --- a/python/README.md +++ b/python/README.md @@ -5,7 +5,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for Python is the Python implementation of Ice. +Ice for Python is the Python implementation of the Ice framework. ## Sample Code @@ -47,12 +47,10 @@ import Ice Ice.loadSlice('Hello.ice') import Demo - class Printer(Demo.Hello): def sayHello(self, current): print("Hello World!") - # Ice.initialize returns an initialized Ice communicator, the communicator is destroyed # once it goes out of scope. with Ice.initialize(sys.argv) as communicator: diff --git a/ruby/README.md b/ruby/README.md index ecd18aae406..cc7a7162cbe 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -5,7 +5,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for Ruby is the Ruby implementation of Ice. +Ice for Ruby is the Ruby implementation of the Ice framework. ## Sample Code diff --git a/swift/README.md b/swift/README.md index bae953d6e51..478647ecd8c 100644 --- a/swift/README.md +++ b/swift/README.md @@ -4,7 +4,7 @@ The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more. -Ice for Swift is the swift implementation of Ice. +Ice for Swift is the swift implementation of the Ice framework. ## Sample Code