Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Individual README for subfolders #47

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo in README file
akshay-js committed Oct 1, 2020
commit 3d359e2add4ad12ea1c20041ec5fa2492f065f96
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ LoginRadius empowers businesses to deliver a delightful customer experience and

## How to use ##

The root folder contains langauge specific folder for code samples. You can browse to partciular directory and access the code sample as per your need
The root folder contains a language-specific folder for code samples. You can browse to a particular directory and access the code sample as per your need

e.g.

@@ -23,15 +23,15 @@ cd Deno/

```

In Deno folder you can find a number of project samples.
If you want to check with sample how to create Rest API in Deno, please move to theat directory.
In the Deno folder, you can find a number of project samples.
If you want to check with the sample how to create Rest API in Deno, please move to that directory.

```
cd RestAPIWithDeno/

```

Here you can find the instructsion to run that sample project
Here you can find the instruction to run that sample project