Skip to content

Commit

Permalink
Make it clearer which are end user and contrib sections (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethaitman-da authored Apr 5, 2019
1 parent c3e33df commit be177b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SPDX-License-Identifier: Apache-2.0

# Welcome to the DAML repository!

This repository hosts all code for the [DAML smart contract language](https://daml.com/), originally created by
[Digital Asset](https://www.digitalasset.com). DAML is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.
This repository hosts all code for the [DAML smart contract language and SDK](https://daml.com/), originally created by
[Digital Asset](https://www.digitalasset.com). DAML is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime. The DAML SDK is a set of tools to help you develop applications based on DAML.

## To start using DAML

Expand All @@ -16,9 +16,9 @@ To try out using it, follow the [quickstart guide](https://docs.daml.com/getting
If you have questions about how to use DAML or how to build DAML-based solutions, please ask
them on [StackOverflow using the `daml` tag](https://stackoverflow.com/tags/daml).

## To start contributing to DAML
## To start contributing to the DAML SDK

We warmly welcome [contributions](./CONTRIBUTING.md).
We warmly welcome [contributions](./CONTRIBUTING.md). To get set up for contributing to the SDK, follow these instructions:

### 1. Clone this repository

Expand Down

0 comments on commit be177b3

Please sign in to comment.