Skip to content

Commit d5ce874

Browse files
committed
Fix some typos
1 parent 046b6c5 commit d5ce874

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/2019-09-16-set-up-clojure-api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: post
3-
title: How to set-up a simple API with Clojure
3+
title: How to build APIs with Clojure
44
date: 2019-09-16
55
Author: MatthewLisp
66
tags: [learn]
77
comments: true
88
toc: true
99
pinned: false
10+
excerpt: Learn what you need and how to start developing your own API in clojure using this guide.
1011
---
1112
## Introduction
1213
**What this guide will cover?**<br/>
@@ -32,9 +33,9 @@ You're going to see that the way we are doing is very manual and you have to set
3233
* Make sure you have [Leiningen](https://leiningen.org/) installed and off course [Clojure](https://clojure.org/guides/getting_started)<br/>
3334

3435
**What if i don't have yet what's needed?**<br/>
35-
I recommend you take a look on the resources i've curated to learn clojure and at least understand the language core aspects: https://github.com/matthewlisp/learn-clojure
36+
I recommend you take a look on the resources i've curated to learn clojure and at least understand the language core aspects: [https://github.com/matthewlisp/learn-clojure](https://github.com/matthewlisp/learn-clojure)
3637

37-
***I strongly suggest that you follow the guide while replicating all steps on your machine.***
38+
***I strongly suggest that you follow the guide while replicating all steps on your machine. Here's the [github repo](https://github.com/matthewlisp/clj-api-template) of the entire code***
3839

3940
## How libraries are organized
4041
It's nice to know how libraries are organized in clojure, because this will help you understand your namespace definitions and how to navigate inside documentations.<br/>

0 commit comments

Comments
 (0)