From d79c69f8a5389e2b0b6c5c6a536d5bdbee753933 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Tue, 13 Oct 2015 14:01:16 -0700 Subject: [PATCH 1/3] added license and readme --- LICENSE.txt | 13 +++++++++++++ README.md | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..b5c790d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright 2015 Catamorphic, Co. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index e69de29..974848f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +### LaunchDarkly Sample Javascript Application
 ### +We've built a simple console application that demonstrates how LaunchDarkly's SDK works. 
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/). +##### Build instructions
 ##### +1. Copy your feature flag key from your LaunchDarkly dashboard into the snippet in `index.html`
 +2. Open `index.html` in your browser \ No newline at end of file From dd5a65bb53e61dfdf5b01495f12c0093548d97b7 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Tue, 13 Oct 2015 15:52:55 -0700 Subject: [PATCH 2/3] updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 974848f..63d7914 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ### LaunchDarkly Sample Javascript Application
 ### We've built a simple console application that demonstrates how LaunchDarkly's SDK works. 
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/). ##### Build instructions
 ##### -1. Copy your feature flag key from your LaunchDarkly dashboard into the snippet in `index.html`
 -2. Open `index.html` in your browser \ No newline at end of file +1. Drop the snippet from the [Tutorial](https://app.launchdarkly.com/quickstart#/tutorial) section into the `` section of `index.html` +2. Copy your feature flag key from your LaunchDarkly dashboard into the snippet in `index.html`
 +3. Open `index.html` in your browser \ No newline at end of file From 0b7befb0f3a04ff600c6d15535c72db6efbea633 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Wed, 14 Oct 2015 10:50:33 -0700 Subject: [PATCH 3/3] updated readme for correctness --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d7914..4f5baec 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ We've built a simple console application that demonstrates how LaunchDarkly's SDK works. 
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/). ##### Build instructions
 ##### 1. Drop the snippet from the [Tutorial](https://app.launchdarkly.com/quickstart#/tutorial) section into the `` section of `index.html` -2. Copy your feature flag key from your LaunchDarkly dashboard into the snippet in `index.html`
 +2. Copy your feature flag key from your LaunchDarkly dashboard into `index.html`
 3. Open `index.html` in your browser \ No newline at end of file