Skip to content

Commit

Permalink
docs: improved text (hoodiehq#901)
Browse files Browse the repository at this point in the history
Replaced some words to find their better substitute.
Add some text and replaced some for better understandability
Change tense at some places to improve readability
Omitted some words to make a sentence more meaningful
  • Loading branch information
dhairya2019 committed May 7, 2020
1 parent 8713835 commit 40673c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
alt="The Low-Profile Dog Hoodie Mascot" title="The Low-Profile Dog Hoodie Mascot" align="right" /></a>

Hoodie lets you build apps [without _thinking_ about the backend](http://nobackend.org/)
and makes sure that they work great [independent from connectivity](http://offlinefirst.org/).
and makes sure that they work great [independent of connectivity](http://offlinefirst.org/).

This is Hoodie’s main repository. It starts a server and serves the client API.
Read more about [how the Hoodie server works](server).
Read more about [How the Hoodie server works](server).

A good place to start is our [Tracker App](https://github.com/hoodiehq/hoodie-app-tracker).
You can play around with Hoodie’s APIs in the browser console and see how it
works all together in its [simple HTML & JavaScript code](https://github.com/hoodiehq/hoodie-app-tracker/tree/master/public).
works all together in its [simple HTML and JavaScript code](https://github.com/hoodiehq/hoodie-app-tracker/tree/master/public).

If you have any questions come say hi in our [chat](http://hood.ie/chat/).
If you have any questions come and say hi in our [chat](http://hood.ie/chat/).

## Setup

Expand Down Expand Up @@ -53,7 +53,7 @@ You can find a more thorough description in our [Getting Started Guide](http://d

## Usage

`hoodie` can be used standalone or as [hapi plugin](http://hapijs.com/tutorials/plugins).
`hoodie` can be used standalone or as a [hapi plugin](http://hapijs.com/tutorials/plugins).
The options are slightly different. For the standalone usage, see [Hoodie’s configuration guide](http://docs.hood.ie/en/latest/guides/configuration.html).
For the hapi plugin usage, see [Hoodie’s hapi plugin usage guide](http://docs.hood.ie/en/latest/guides/hapi-plugin.html)

Expand All @@ -70,7 +70,7 @@ npm install
The `hoodie` test suite is run with `npm test`.
You can [read more about testing Hoodie](test).

You can start hoodie for itself using `npm start`. It will serve the contents
You can start hoodie itself using `npm start`. It will serve the contents
of the [public folder](public).

## Backers
Expand Down Expand Up @@ -110,7 +110,7 @@ of the [public folder](public).

## Official Sponsors

Show your support for Hoodie and [help us sustain our inclusive community](http://hood.ie/blog/sustaining-hoodie.html). We will publicly appreciate your support and are happy to get your word out, as long as it aligns with our [Code of Conduct](http://hood.ie/code-of-conduct/).
Show your support for Hoodie and [help us sustain our inclusive community](http://hood.ie/blog/sustaining-hoodie.html). We will publicly appreciate your support and happy to get your word out as well, as long as it aligns with our [Code of Conduct](http://hood.ie/code-of-conduct/).

[![](https://opencollective.com/hoodie/sponsor/0/avatar)](https://opencollective.com/hoodie/sponsor/0/website)
[![](https://opencollective.com/hoodie/sponsor/1/avatar)](https://opencollective.com/hoodie/sponsor/1/website)
Expand Down
2 changes: 1 addition & 1 deletion docs/welcome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Open Source
~~~~~~~~~~~

Hoodie is an Open Source project, so we don’t own it, can’t sell it, and
it won’t suddenly vanish because we got aquired. The source code for
it won’t suddenly vanish because we got acquired. The source code for
Hoodie is available on GitHub under the Apache License 2.0.

How to proceed
Expand Down

0 comments on commit 40673c3

Please sign in to comment.