From 129a62999de7ffc2f3a98f4507a225c46f0247bf Mon Sep 17 00:00:00 2001 From: Jon Massey Date: Fri, 8 Mar 2024 15:44:47 +0000 Subject: [PATCH] Minor fixes to Getting Started Guide (#1454) * Minor formatting fix in Getting Started Guide * Fix slightly odd phrasing --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 87c215cb8..6bcf59eec 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -159,7 +159,7 @@ authentication](https://docs.github.com/en/github/authenticating-to-github/secur Here, you'll copy our OpenSAFELY research template to your own GitHub account, for developing your own study: -1. Click on the link below to create new repository based from our template. +1. Click on the link below to create new repository based on our template. You may need to log in to GitHub if you are not already logged in:
https://github.com/opensafely/research-template/generate. 1. Use the **Owner** drop-down menu, and select the account you want to own the @@ -476,7 +476,7 @@ dataset.age = patients.age_on(index_date) Lines 8-12 mean "*I'm interested in all patients who were registered at a practice on the index date*"; line 14 "*Give me a column of data corresponding to the sex of each patient*"; and line 15 "*Give me a column of data corresponding -to the age of each patient on the given date". +to the age of each patient on the given date*". 3. If you run: ```sh